0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix: docker-examples/v5/reverse_proxy/nginx_relative/nginx/Dockerfile to reduce vulnerabilities (#2318)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232
- https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235
- https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235
- https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-588029
- https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-588029
This commit is contained in:
Snyk bot 2021-07-07 11:10:45 +03:00 committed by GitHub
parent cd3b702aa6
commit f74a6a39e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
FROM nginx:1.14.2-alpine FROM nginx:1.21-alpine
COPY nginx/default.conf /etc/nginx/conf.d/default.conf COPY nginx/default.conf /etc/nginx/conf.d/default.conf