Change to nginx-unprivileged image for better kubernetes support
This commit is contained in:
parent
dd9e8c018d
commit
1ff398b472
@ -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>"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user