chore(OPSEXP-4057): switch nginx-unprivileged base image tag to 1-alpine (#5189)

This commit is contained in:
Copilot
2026-05-18 09:23:17 +02:00
committed by GitHub
parent e89df55cce
commit 216c55a3fd
+1 -1
View File
@@ -10,7 +10,7 @@ RUN mkdir -p ./licenses && \
# 2. Generate image
FROM nginxinc/nginx-unprivileged:1.21-alpine
FROM nginxinc/nginx-unprivileged:1-alpine
USER root
RUN apk update && apk upgrade