From 1c797addd79722677b61f7d997e4deba33d32e97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Oct 2021 23:27:56 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1585246 - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1585246 - https://snyk.io/vuln/SNYK-ALPINE313-LIBXML2-1300261 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-1569448 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b97fc2928a1..0786ba86a34 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.19-alpine +FROM nginx:1-alpine RUN apk --no-cache add nodejs