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 265fa2a commit a5e3bfaCopy full SHA for a5e3bfa
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:e30e228b2153ff44eec65b0a32ad01631a5a5f4f536b0c7670c28b9117c5b383
+FROM nginxinc/nginx-unprivileged:1.26.2@sha256:ef9ed1fb527cb14ec16869329948e82141e90380e829dd185c6f581c736f6b62
20
COPY --from=build /tmp/cyberchef/build/prod /usr/share/nginx/html
21
EXPOSE 8080
0 commit comments