Update nginxinc/nginx-unprivileged Docker tag to v1.25.0 #209
@ -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.24.0@sha256:bf6fc1937c864b00ef22a6ff7f7c26ee27d7b396573c0618ed9b09c85ec73088
|
FROM nginxinc/nginx-unprivileged:1.25.1@sha256:e691ae3a76acf217636a687a543416ce3a8086b0adf2a23ab7c24dafadf6659b
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user