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_path/nginx_ssl/Dockerfile to reduce vulnerabilities (#2344)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-LIBXML2-429486 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-345386 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-345386 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-345391 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-345391
This commit is contained in:
parent
2645ae2e48
commit
b8c7b771ad
1 changed files with 1 additions and 1 deletions
2
docker-examples/v5/reverse_proxy/nginx/relative_path/nginx_ssl/Dockerfile
Executable file → Normal file
2
docker-examples/v5/reverse_proxy/nginx/relative_path/nginx_ssl/Dockerfile
Executable file → Normal file
|
@ -1,4 +1,4 @@
|
|||
FROM nginx
|
||||
FROM nginx:1
|
||||
|
||||
COPY cert.crt /etc/nginx/cert.crt
|
||||
COPY cert.key /etc/nginx/cert.key
|
||||
|
|
Loading…
Reference in a new issue