Update nginxinc/nginx-unprivileged Docker tag to v1.19.10 #28
@ -14,6 +14,6 @@ RUN git clone --branch $CYBERCHEF_VERSION https://github.com/gchq/CyberChef.git
|
|||||||
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.18.0
|
FROM nginxinc/nginx-unprivileged:1.19.10@sha256:be1996cb2835aed391d8dc3abf8476c42e6f4cb6c35c278eda741e3cb0fd0821
|
||||||
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