From 9d64420313a1ede02d53d879997ee7b772b06a56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Jun 2025 04:09:08 +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-LIBRETLS-2432985 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-2426333 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-2426333 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2938017 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-3320728 --- 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..c7368f9b 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.29.0-alpine FROM $node_version as image WORKDIR /usr/src/app