From 4f2fb10eb52b307a0b92ca11a31506ee0791f24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Gorej?= Date: Thu, 25 May 2023 12:53:24 +0200 Subject: [PATCH] chore(docker): update Dockerfile base image to nginx:1.25.0-alpine (#8712) Refs #8697 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 932acbb3..6b625b1f 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.24.0-alpine +FROM nginx:1.25.0-alpine RUN apk update && apk add --no-cache "nodejs>=18.14.1-r0 "