Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot 5b486d7afe
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-3050523
- https://snyk.io/vuln/SNYK-ALPINE316-LIBXML2-3050527
2022-10-21 08:33:18 +00:00
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.23.2-alpine AS deploy
ENV TARGET=/usr/share/nginx/html
WORKDIR $TARGET