We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487d0b1 commit 4fe508bCopy full SHA for 4fe508b
1 file changed
src/frontend/Dockerfile
@@ -60,7 +60,7 @@ COPY --from=impress-builder /home/frontend/apps/impress/out /app
60
FROM ${FRONTEND_IMAGE} AS frontend-source
61
62
# ---- Front-end image ----
63
-FROM nginxinc/nginx-unprivileged:alpine3.22 AS frontend-production
+FROM nginxinc/nginx-unprivileged:alpine3.23 AS frontend-production
64
65
# Upgrade system packages to install security updates
66
USER root
0 commit comments