From 62170d4f0fb3be1f9cfba0874ac64098d265e50d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 2 Oct 2021 02:59:35 +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..16bac9f3cec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.16.1-alpine +FROM nginx:alpine COPY www /var/www/codesandbox