From 2220918ad9c0a669076f4041c05e6a779e7fec11 Mon Sep 17 00:00:00 2001 From: denispustovalov Date: Tue, 29 Jul 2025 17:19:12 +0200 Subject: [PATCH] Update image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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