From c47be91ce645f912314d149e808debd171343593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:44:55 +0000 Subject: [PATCH] chore(deps): bump nginx from 1.26.0-alpine to 1.27.0-alpine (#9997) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ea5801d..7b994349 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.26.0-alpine +FROM nginx:1.27.0-alpine RUN apk update && apk add --no-cache "nodejs>=18.20.1-r0 "