From da48ea14b5b0a2e9f50159502f04bf8a0b4907d4 Mon Sep 17 00:00:00 2001 From: Ben Konicek Date: Wed, 24 May 2023 06:11:01 -0400 Subject: [PATCH] chore(docker): update Dockerfile base image to nginx:1.24.0-alpine (#8697) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This update fixes following CVEs: - CVE-2023-29469 - CVE-2023-28484⁠ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 26603c07..932acbb3 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.4-alpine +FROM nginx:1.24.0-alpine RUN apk update && apk add --no-cache "nodejs>=18.14.1-r0 "