Bump nginx from 1.23.1-alpine to 1.23.2-alpine

Bumps nginx from 1.23.1-alpine to 1.23.2-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-10-20 06:42:50 +00:00
committed by GitHub
parent deafc9e2d5
commit acc07e5a48

View File

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