From 1a8bf1bcceeb6ba26ade4ebd23b6fcc54472f22f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 May 2022 02:55:29 +0000 Subject: [PATCH] fix: php-nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2804934 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2804937 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2804941 - https://snyk.io/vuln/SNYK-ALPINE314-FREETYPE-2809178 - https://snyk.io/vuln/SNYK-ALPINE314-LIBXML2-2814195 --- 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