From 4c08750bb486272f5a16199909087983770f356f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Apr 2025 08:03:57 +0000 Subject: [PATCH] fix: outlook-consent-app/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1585249 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-1585249 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2938017 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-3320728 - https://snyk.io/vuln/SNYK-ALPINE314-FREETYPE-2809178 --- outlook-consent-app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outlook-consent-app/Dockerfile b/outlook-consent-app/Dockerfile index 6b36992a..47137408 100644 --- a/outlook-consent-app/Dockerfile +++ b/outlook-consent-app/Dockerfile @@ -1,6 +1,6 @@ # Stage 1: Build the Next.js app ARG node_version=node:lts -ARG nginx_version=nginx:1.21.3-alpine +ARG nginx_version=nginx:1.27.5-alpine FROM $node_version as image WORKDIR /usr/src/app