From 589235d55f8fad6d04111182bc1f5bcab1dc9efc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Sep 2021 04:14:26 +0000 Subject: [PATCH] fix: php-nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754 - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1533456 - https://snyk.io/vuln/SNYK-ALPINE313-LIBGCRYPT-1315676 - https://snyk.io/vuln/SNYK-ALPINE313-LIBXML2-1300261 - https://snyk.io/vuln/SNYK-ALPINE313-LIBXML2-1300262 --- php-nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-nginx/Dockerfile b/php-nginx/Dockerfile index 2c71c68..0cdc92c 100644 --- a/php-nginx/Dockerfile +++ b/php-nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:stable-alpine +FROM nginx:1.20-alpine ENV WEBDIR /var/www/symfony/web ENV CONTROLLER_NAME app_dev