diff --git a/Dockerfile b/Dockerfile index 61661754e95..7bf5aa39922 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.27.2-alpine +FROM nginx:1.27.3-alpine RUN apk update && apk add "nodejs"