Change to nginx-unprivileged image for better kubernetes support

This commit is contained in:
Henrik Solberg 2024-10-08 11:03:20 +02:00 committed by GCHQDeveloper581
parent dd9e8c018d
commit 1ff398b472
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -27,7 +27,7 @@ RUN npm run build
#########################################
# Package static build files into nginx #
#########################################
FROM nginx:stable-alpine AS cyberchef
FROM nginx-unprivileged:1.25.2-alpine3.18 AS cyberchef
LABEL maintainer="GCHQ <oss@gchq.gov.uk>"