We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6190a22 commit fb77688Copy full SHA for fb77688
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.2-amd64@sha256:2a899539b87978a3c2c0700d8fdf7caf5512b98b56a9cc7383c98c24ae410118
+FROM nginxinc/nginx-unprivileged:1.20.2-amd64@sha256:e58593f59df3582138252f7b6a3367bd614bbf580d35581eeda6f5b9e0467f8a
22
COPY --from=build /tmp/cyberchef/build/prod /usr/share/nginx/html
23
EXPOSE 8080
0 commit comments