mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
fix: docker-examples/v4/reverse_proxy/nginx/relative_path/nginx_ssl/Dockerfile to reduce vulnerabilities (#2416)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-GLIBC-1315333 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569406 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569406
This commit is contained in:
parent
7c9561b019
commit
e2a67bafbe
1 changed files with 1 additions and 1 deletions
2
docker-examples/v4/reverse_proxy/nginx/relative_path/nginx_ssl/Dockerfile
Executable file → Normal file
2
docker-examples/v4/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.crt /etc/nginx/cert.crt
|
||||||
COPY cert.key /etc/nginx/cert.key
|
COPY cert.key /etc/nginx/cert.key
|
||||||
|
|
Loading…
Add table
Reference in a new issue