Skip to content

Commit b1a2c96

Browse files
committed
Change to nginx-unprivileged image for better kubernetes support
1 parent d635cca commit b1a2c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ COPY . .
44
RUN npm ci
55
RUN npm run build
66

7-
FROM nginx:1.25-alpine3.18 AS cyberchef
7+
FROM nginx-unprivileged:1.25.2-alpine3.18 AS cyberchef
88

99
COPY --from=build ./build/prod /usr/share/nginx/html/

0 commit comments

Comments
 (0)