From 95463759c6ea1724c7ece8c126ac8cfcf1db1aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:15:49 +0000 Subject: [PATCH] chore(deps): bump nginx from 1.23.1-alpine to 1.23.2-alpine (#8247) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d133606c13e..1a5b13be6b8 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.23.1-alpine +FROM nginx:1.23.2-alpine RUN apk update && apk add --no-cache "nodejs>=16.17.1-r0"