From 30788c57c1892f2691214759a943faa4a65b126e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 05:31:16 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-LIBWEBP-5902238 - https://snyk.io/vuln/SNYK-ALPINE315-NGHTTP2-5964211 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-2938004 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-3320718 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-5958915 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d9af6e4b4d..3a10b7305fd 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.21.6-alpine +FROM nginx:1.23.2-alpine RUN apk update && apk add --no-cache "nodejs>=14.17.6-r0"