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 e0149fe commit d2fe417Copy full SHA for d2fe417
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:ba278740f9450dd752313cf4a0d90dccbda72570fd794794655e63aca546fcec
+FROM nginxinc/nginx-unprivileged:1.26.2@sha256:339b59cb1e02816dddd047183336c44aaabbb4292a981e737d5dedd303222b2e
20
COPY --from=build /tmp/cyberchef/build/prod /usr/share/nginx/html
21
EXPOSE 8080
0 commit comments