From 2610bd6fde2f5d8bfbba0e26011763705c9794d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Dec 2022 22:53:40 +0000 Subject: [PATCH] fix: api/Dockerfile-nginx to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3066040 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3066040 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058787 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3058792 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3113871 --- api/Dockerfile-nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile-nginx b/api/Dockerfile-nginx index 52e4a350c..80307e3b3 100644 --- a/api/Dockerfile-nginx +++ b/api/Dockerfile-nginx @@ -2,7 +2,7 @@ # "nginx" stage # ############################# # depends on the "php" stage above, and with an litle bit of help from https://github.com/shiphp/nginx-env -FROM nginx:latest AS api_platform_nginx +FROM nginx:1.23.2 AS api_platform_nginx # Due to our config we need a copy of the public folder for serving static content COPY docker/nginx/conf.d/default.conf.template /etc/nginx/templates/default.conf.template