From d501ad1c3774a74efc88aa25c67e5dce20b289ec Mon Sep 17 00:00:00 2001 From: shirilat Date: Sun, 5 Oct 2025 10:19:03 +0300 Subject: [PATCH 1/2] Update Dockerfile nginx --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 428b7a5b7d..1fa099649e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN echo ${COMMIT_HASH} > ./build/COMMIT_HASH && \ echo ${DATE} > ./build/BUILD_DATE # production stage -FROM gcr.io/iguazio/nginx-unprivileged:1.21-alpine as production-stage +FROM gcr.io/iguazio/nginx-unprivileged::1.29-alpine as production-stage # align UID & GID with nginx-unprivileged image UID & GID ARG UID=101 From 327182845db7e3beac0862865c8f07cfc74b5deb Mon Sep 17 00:00:00 2001 From: shirilat Date: Sun, 5 Oct 2025 10:29:15 +0300 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1fa099649e..8db33b9ac8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN echo ${COMMIT_HASH} > ./build/COMMIT_HASH && \ echo ${DATE} > ./build/BUILD_DATE # production stage -FROM gcr.io/iguazio/nginx-unprivileged::1.29-alpine as production-stage +FROM gcr.io/iguazio/nginx-unprivileged:1.29-alpine as production-stage # align UID & GID with nginx-unprivileged image UID & GID ARG UID=101