Bump nginx from 1.23.0-alpine to 1.23.1-alpine

Bumps nginx from 1.23.0-alpine to 1.23.1-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-07-20 06:43:03 +00:00
committed by GitHub
parent 14240fee26
commit 576d24ff5d

View File

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