fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3011748 - https://snyk.io/vuln/SNYK-ALPINE316-CURL-3011748 - https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-2987456
This commit is contained in:
parent
2986c23a9b
commit
83a1601709
|
@ -81,7 +81,7 @@ COPY --from=current /usr/share/nginx/html /
|
|||
#
|
||||
# To build current docs:
|
||||
# DOCKER_BUILDKIT=1 docker build -t docs .
|
||||
FROM nginx:alpine AS deploy
|
||||
FROM nginx:1.23.1-alpine AS deploy
|
||||
ENV TARGET=/usr/share/nginx/html
|
||||
WORKDIR $TARGET
|
||||
|
||||
|
|
Loading…
Reference in New Issue