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 f7b48333df
commit eeac5c6c45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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