From a110b94ef078af9cc33fad030a091105e81038f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Feb 2023 21:21:46 +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-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3065656 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3179181 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3113871 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-3252499 --- api/Dockerfile-nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile-nginx b/api/Dockerfile-nginx index 52e4a350c..c9e3f6d7e 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 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