We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa00b6 commit bf2f997Copy full SHA for bf2f997
Dockerfile
@@ -16,6 +16,6 @@ RUN set -ex; \
16
npx grunt prod; \
17
rm /tmp/cyberchef/build/prod/BundleAnalyzerReport.html /tmp/cyberchef/build/prod/CyberChef_$CYBERCHEF_VERSION.zip;
18
19
-FROM nginxinc/nginx-unprivileged:1.26.2@sha256:88eea4642f00f32e2d63b1256b728177d2bf4c400ad7b6c42b338e221a266bbf
+FROM nginxinc/nginx-unprivileged:1.26.2@sha256:489b0aa395323455fc563cb44656bb4556e09fbf2f2bfa105bb4c92d8da80dda
20
COPY --from=build /tmp/cyberchef/build/prod /usr/share/nginx/html
21
EXPOSE 8080
0 commit comments