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:
renovate[bot] 2022-12-14 08:45:11 +05:30 committed by GitHub
parent 28708a6d34
commit 3f25e25c89

View file

@ -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