From f1941349ba2cb4a3378eefebdbfd0a4fdebd6d3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Dec 2021 04:23:25 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 - https://snyk.io/vuln/SNYK-ALPINE310-NGINX-1297082 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1075741 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1089244 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-587954 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 290f76e0632..5aa29de393d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.16.1-alpine +FROM nginx:1.20.1-alpine COPY www /var/www/codesandbox