chore(docker): update Dockerfile base image to nginx:1.24.0-alpine (#8697)

This update fixes following CVEs:
  - CVE-2023-29469
  - CVE-2023-28484⁠
This commit is contained in:
Ben Konicek
2023-05-24 06:11:01 -04:00
committed by GitHub
parent 58b460d1fc
commit da48ea14b5

View File

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