diff --git a/Dockerfile b/Dockerfile index 5585ab1..a208aba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,6 @@ RUN set -ex; \ npx grunt prod; \ rm /tmp/cyberchef/build/prod/BundleAnalyzerReport.html /tmp/cyberchef/build/prod/CyberChef_$CYBERCHEF_VERSION.zip; -FROM nginxinc/nginx-unprivileged:1.26.2@sha256:df375cd5df8774ee5aaf02216f480b6a849b749317c212606c6335cc57592239 +FROM nginxinc/nginx-unprivileged:1.26.2@sha256:eca6b0200d0a91778c2c05b7efee7482636a26511b83d3420b671aeea7a91514 COPY --from=build /tmp/cyberchef/build/prod /usr/share/nginx/html EXPOSE 8080