diff --git a/Dockerfile b/Dockerfile index 62062c8037..d52978f780 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ ARG DATE RUN echo ${COMMIT_HASH} > ./build/COMMIT_HASH && \ echo ${DATE} > ./build/BUILD_DATE -# production stage +# production stage fix FROM nginxinc/nginx-unprivileged:1.29.0-alpine3.22 as production-stage # align UID & GID with nginx-unprivileged image UID & GID