chore(docker): update Dockerfile base image to nginx:1.25.0-alpine (#8712)
Refs #8697
This commit is contained in:
@@ -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 "
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user