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