From 0bb9f8a25b2cc1081c4ae7b147ddd6c32670e4d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Mar 2023 19:11:06 +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-FREETYPE-1019641 - https://snyk.io/vuln/SNYK-ALPINE310-LIBXML2-1300269 - https://snyk.io/vuln/SNYK-ALPINE310-NGINX-1297082 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1089244 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 290f76e0632..ef9d109702e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.16.1-alpine +FROM nginx:stable-alpine COPY www /var/www/codesandbox