Bump nginx from 1.23.2-alpine to 1.23.3-alpine

Bumps nginx from 1.23.2-alpine to 1.23.3-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]
2022-12-14 06:07:38 +00:00
committed by GitHub
parent 11007c9139
commit a466006606

View File

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