From c931b3ac89cebd6f3d98dbf98ad4dc3e0b7a23d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Jun 2021 22:11:55 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-LIBXML2-1300264 - https://snyk.io/vuln/SNYK-ALPINE311-LIBXML2-1300265 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1075738 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1089242 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1089242 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acce97f..e61d459 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.19.1-alpine +FROM nginx:1.20.1-alpine RUN rm /usr/share/nginx/html/index.html RUN mkdir /usr/share/nginx/html/downloads # downloadable content should be mounted to downloads