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 086840a commit 0284f2bCopy full SHA for 0284f2b
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:d0265f4915c11079b7c1a0bc6a37ec38303ceb26bbe7fa2923445728a60f0d0d
+FROM nginxinc/nginx-unprivileged:1.26.2@sha256:7c9e090a409a0afcdff1e1dc163fe651460c390d4a678c68f890502716461988
20
COPY --from=build /tmp/cyberchef/build/prod /usr/share/nginx/html
21
EXPOSE 8080
0 commit comments