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 d69b6c6 commit 70298fdCopy full SHA for 70298fd
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:aa9a9085a663f887e636516d8dfd898f900c7ef7818e2c5ef4ad894fe3e1e6ba
+FROM nginxinc/nginx-unprivileged:1.26.2@sha256:3c216da7d3aa0384782e1199a7b30c8d3bc4b0288dcac32c178b0c0fb26f8059
20
COPY --from=build /tmp/cyberchef/build/prod /usr/share/nginx/html
21
EXPOSE 8080
0 commit comments