From a3b83e7eabfb55a0f53e6d1f62cae39836bacd1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Jun 2024 16:00:53 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-NGINX-1297082 - https://snyk.io/vuln/SNYK-ALPINE310-FREETYPE-1019641 - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1246341 - https://snyk.io/vuln/SNYK-ALPINE310-LIBXML2-1300269 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 290f76e0632..4c8561f135d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.16.1-alpine +FROM nginx:1.26.1-alpine COPY www /var/www/codesandbox