From 8d47e2d33854b86a775491cfd76d8f11c50d43cd Mon Sep 17 00:00:00 2001 From: shirilat Date: Tue, 30 Sep 2025 21:59:50 +0300 Subject: [PATCH 1/2] Dockerfile: use gcr.io/nginxinc/nginx-unprivileged:1.29.1-alpine3.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 428b7a5b7d..fcfeb5e6e6 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/nginxinc/nginx-unprivileged:1.29.1-alpine3.22 as production-stage # align UID & GID with nginx-unprivileged image UID & GID ARG UID=101 From 69e956cc87fcc72e3c296304da106c78f7d444d9 Mon Sep 17 00:00:00 2001 From: shirilat Date: Thu, 13 Nov 2025 08:05:48 +0200 Subject: [PATCH 2/2] comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fcfeb5e6e6..5a33d4d13a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ ARG DATE RUN echo ${COMMIT_HASH} > ./build/COMMIT_HASH && \ echo ${DATE} > ./build/BUILD_DATE -# production stage +# production stage CVE free FROM gcr.io/nginxinc/nginx-unprivileged:1.29.1-alpine3.22 as production-stage # align UID & GID with nginx-unprivileged image UID & GID