We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b645417 commit abe0044Copy full SHA for abe0044
1 file changed
Dockerfile
@@ -18,6 +18,6 @@ RUN set -ex; \
18
npx grunt prod; \
19
rm /tmp/cyberchef/build/prod/BundleAnalyzerReport.html /tmp/cyberchef/build/prod/CyberChef_$CYBERCHEF_VERSION.zip;
20
21
-FROM nginxinc/nginx-unprivileged:1.20.1-amd64@sha256:49a5602cc852a6f4134d7046754f0ab21a86a4950ffce938fdd74eee19fcc096
+FROM nginxinc/nginx-unprivileged:1.20.1-amd64@sha256:19f4551385b3159083c1ef2de3eca2decc68524cd98b1fab0098561bfcb1cbe0
22
COPY --from=build /tmp/cyberchef/build/prod /usr/share/nginx/html
23
EXPOSE 8080
0 commit comments