build(docker): bump nginx from 1.25.3-alpine to 1.25.4-alpine

Bumps nginx from 1.25.3-alpine to 1.25.4-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-15 11:56:05 +00:00 committed by GitHub
parent eb8f2d6592
commit a3b173eed8
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.25.3-alpine as production-stage
FROM nginx:1.25.4-alpine as production-stage
COPY --chown=nginx:nginx --from=build-stage /app/dist /usr/share/nginx/html