snyk-bot 2022-11-12 17:53:40 +00:00
parent 2986c23a9b
commit 1f18655b14
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
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: # To build current docs:
# DOCKER_BUILDKIT=1 docker build -t 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 ENV TARGET=/usr/share/nginx/html
WORKDIR $TARGET WORKDIR $TARGET