We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0ec8a commit 7ff2fe9Copy full SHA for 7ff2fe9
src/frontend/Dockerfile
@@ -73,7 +73,7 @@ ENV NEXT_PUBLIC_API_ORIGIN=${API_ORIGIN}
73
RUN yarn build
74
75
# ---- Front-end image ----
76
-FROM nginxinc/nginx-unprivileged:1.25 as frontend-production
+FROM nginxinc/nginx-unprivileged:1.26-alpine as frontend-production
77
78
# Un-privileged user running the application
79
ARG DOCKER_USER
0 commit comments