We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a2c96 commit 8fdc311Copy full SHA for 8fdc311
Dockerfile
@@ -4,6 +4,6 @@ COPY . .
4
RUN npm ci
5
RUN npm run build
6
7
-FROM nginx-unprivileged:1.25.2-alpine3.18 AS cyberchef
+FROM nginxinc/nginx-unprivileged:1.25.1-alpine3.18 AS cyberchef
8
9
COPY --from=build ./build/prod /usr/share/nginx/html/
0 commit comments