From 489caffb401cd8e8a35961dd9a3317b8968a02d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Oct 2021 23:13: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-1585248 - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1585257 - https://snyk.io/vuln/SNYK-ALPINE313-CURL-1585257 - 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..8ec453e 100644 --- a/php-nginx/Dockerfile +++ b/php-nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:stable-alpine +FROM nginx:alpine ENV WEBDIR /var/www/symfony/web ENV CONTROLLER_NAME app_dev