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:
parent
cd3b702aa6
commit
f74a6a39e8
1 changed files with 1 additions and 1 deletions
2
docker-examples/v5/reverse_proxy/nginx_relative/nginx/Dockerfile
Executable file → Normal file
2
docker-examples/v5/reverse_proxy/nginx_relative/nginx/Dockerfile
Executable file → Normal 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
|
||||
|
|
Loading…
Reference in a new issue