Update nginxinc/nginx-unprivileged:1.26.1 Docker digest to e5b7447 #315

Merged
renovate-bot merged 1 commits from renovate/nginxinc-nginx-unprivileged-1.26.1 into master 2024-08-12 05:24:47 +00:00

View File

@ -16,6 +16,6 @@ RUN set -ex; \
npx grunt prod; \ npx grunt prod; \
rm /tmp/cyberchef/build/prod/BundleAnalyzerReport.html /tmp/cyberchef/build/prod/CyberChef_$CYBERCHEF_VERSION.zip; rm /tmp/cyberchef/build/prod/BundleAnalyzerReport.html /tmp/cyberchef/build/prod/CyberChef_$CYBERCHEF_VERSION.zip;
FROM nginxinc/nginx-unprivileged:1.26.1@sha256:bdded836e1fabf7585c40bc3d382c7e1e7f23c2ee18dce9d95dd8bab4334dd86 FROM nginxinc/nginx-unprivileged:1.26.1@sha256:e5b7447e9937ac788d592fa65430936005f344591c6ff9ca073a1d3cb8ca82ab
COPY --from=build /tmp/cyberchef/build/prod /usr/share/nginx/html COPY --from=build /tmp/cyberchef/build/prod /usr/share/nginx/html
EXPOSE 8080 EXPOSE 8080