Update nginxinc/nginx-unprivileged:1.26.3 Docker digest to ca5f66c #382

Merged
renovate-bot merged 1 commit from renovate/nginxinc-nginx-unprivileged-1.26.3 into main 2025-03-31 04:05:17 +00:00
Showing only changes of commit 01aa3fbf84 - Show all commits

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.3@sha256:970064ae92e297a0aef853c9ef169371c3e037048f0ddf86d82cc8224b3eec50 FROM nginxinc/nginx-unprivileged:1.26.3@sha256:ca5f66c1769ebd9658e32e70df77d347202635d1a05da41f4e68d7f7e0e3ca50
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