From 8b2cbbb0033d6a47ffe9f478444db929897831f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 20:32:00 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-APKTOOLS-1534687 - https://snyk.io/vuln/SNYK-ALPINE311-GD-1583729 - https://snyk.io/vuln/SNYK-ALPINE311-GD-1583732 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acce97f..eb0ff91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.19.1-alpine +FROM nginx:1-alpine RUN rm /usr/share/nginx/html/index.html RUN mkdir /usr/share/nginx/html/downloads # downloadable content should be mounted to downloads