chore(deps): bump nginx from 1.21.6-alpine to 1.23.0-alpine (#8078)

Bumps nginx from 1.21.6-alpine to 1.23.0-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-07-19 13:02:01 -07:00
committed by GitHub
parent a72ef3774c
commit a90de72b13

View File

@@ -2,7 +2,7 @@
# We don't declare them here — take a look at our docs.
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md
FROM nginx:1.21.6-alpine
FROM nginx:1.23.0-alpine
RUN apk update && apk add --no-cache "nodejs>=14.17.6-r0"