From 4d9ec4fb0eaaddb7e1a8f4502e8e8577d40e46ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:06:09 +0000 Subject: [PATCH] chore(deps): bump nginx from 1.27.0-alpine to 1.27.2-alpine (#10163) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b994349258..d8b83086b12 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.0-alpine +FROM nginx:1.27.2-alpine RUN apk update && apk add --no-cache "nodejs>=18.20.1-r0 "