Bump nginx from 1.27.4-alpine to 1.29.0-alpine

Bumps nginx from 1.27.4-alpine to 1.29.0-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-version: 1.29.0-alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-25 06:05:09 +00:00
committed by GitHub
parent 676131dba2
commit f09c4488a8

View File

@@ -14,7 +14,7 @@ RUN yarn install
COPY ["src/", "./src"]
RUN npm run Prod
FROM nginx:1.27.4-alpine as Web
FROM nginx:1.29.0-alpine as Web
RUN apk --update --no-cache upgrade