Merge pull request #923 from synclounge/dependabot/docker/nginx-1.21.6-alpine

This commit is contained in:
dependabot[bot] 2022-01-26 11:35:08 +00:00 committed by GitHub
commit 022df8fd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ ARG VERSION
RUN npm run build
# production environment
FROM nginx:1.21.5-alpine as production-stage
FROM nginx:1.21.6-alpine as production-stage
COPY --chown=nginx:nginx --from=build-stage /app/dist /usr/share/nginx/html