Update nginx Docker tag to v1.23.3 (#1019)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f7b48333df
commit
eeac5c6c45
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN npm run build
|
|||
|
||||
|
||||
## App
|
||||
FROM nginx:1.23.2-alpine
|
||||
FROM nginx:1.23.3-alpine
|
||||
|
||||
COPY --from=builder /src/dist /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue