chore(docker): update Dockerfile base image to nginx:1.25.0-alpine (#8712)

Refs #8697
This commit is contained in:
Vladimír Gorej
2023-05-25 12:53:24 +02:00
committed by GitHub
parent f01969138d
commit 4f2fb10eb5

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.24.0-alpine FROM nginx:1.25.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 "