From e07ea066dc205c4edf49b9c25848c9a11d753208 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Nov 2021 23:00:39 +0000 Subject: [PATCH] fix: php-nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1585246 - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1585246 - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1585248 - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1585248 - https://snyk.io/vuln/SNYK-ALPINE313-LIBGCRYPT-1585259 --- php-nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-nginx/Dockerfile b/php-nginx/Dockerfile index 2c71c68..b914390 100644 --- a/php-nginx/Dockerfile +++ b/php-nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:stable-alpine +FROM nginx:1.21.4-alpine ENV WEBDIR /var/www/symfony/web ENV CONTROLLER_NAME app_dev