Merge pull request #1894 from synclounge/dependabot/docker/nginx-1.27.2-alpine

This commit is contained in:
dependabot[bot] 2024-10-03 23:15:52 +00:00 committed by GitHub
commit 0fb8a11d81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.27.0-alpine as production-stage
FROM nginx:1.27.2-alpine as production-stage
COPY --chown=nginx:nginx --from=build-stage /app/dist /usr/share/nginx/html