Bump nginx from 1.23.4-alpine to 1.25.3-alpine

Bumps nginx from 1.23.4-alpine to 1.25.3-alpine.

---
updated-dependencies:
- dependency-name: nginx
  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]
2023-11-24 17:26:45 +00:00
committed by GitHub
parent 87debb2bdb
commit b3ac2badfb

View File

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