Bump nginx from 1.23.3-alpine to 1.23.4-alpine

Bumps nginx from 1.23.3-alpine to 1.23.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]
2023-03-29 07:01:53 +00:00
committed by GitHub
parent e27f84f1e9
commit 09164fdd00

View File

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