mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05: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 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue