Update nginxinc/nginx-unprivileged Docker tag to v1.19.10 #28

Closed
renovate-bot wants to merge 1 commits from renovate/docker-nginxinc-nginx-unprivileged-1.x into master
Showing only changes of commit f7b52edcf8 - Show all commits

View File

@ -14,6 +14,6 @@ RUN git clone --branch $CYBERCHEF_VERSION https://github.com/gchq/CyberChef.git
npx grunt prod; \
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
EXPOSE 8080