From e4ffc5117b2052f4fda993fb4f1358338eecdbb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Apr 2025 19:44:33 +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..57187000 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.26.3-alpine FROM $node_version as image WORKDIR /usr/src/app