From db08d62a30ad5400a7e4342ce18971fd46f637ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Mar 2021 22:39:42 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-CURL-1050734 - https://snyk.io/vuln/SNYK-ALPINE311-CURL-674638 - https://snyk.io/vuln/SNYK-ALPINE311-CURL-674639 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075738 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075738 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acce97f..d6fffab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.19.1-alpine +FROM nginx:1.19-alpine RUN rm /usr/share/nginx/html/index.html RUN mkdir /usr/share/nginx/html/downloads # downloadable content should be mounted to downloads