mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
fix: docker-examples/v5/reverse_proxy/nginx/relative_path/nginx/Dockerfile to reduce vulnerabilities (#2371)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533447 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533452 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533458 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533461 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1533461
This commit is contained in:
parent
3fe8cb0406
commit
8a8f2b6774
@ -1,2 +1,2 @@
|
|||||||
FROM nginx:mainline-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
|
||||||
|
Loading…
Reference in New Issue
Block a user