fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720
- https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720
- https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721
- https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721
This commit is contained in:
snyk-bot 2023-12-22 17:45:49 +00:00
parent 2986c23a9b
commit a89a4d7129
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3
1 changed files with 1 additions and 1 deletions

View File

@ -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.25.3-alpine3.18 AS deploy
ENV TARGET=/usr/share/nginx/html
WORKDIR $TARGET