From 555c594b759807f6c3c3877fb5254cf66dae86db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Apr 2025 08:08:24 +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-2938017 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-2938017 - https://snyk.io/vuln/SNYK-ALPINE314-CURL-3320728 - 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..a6836a93 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.28.0-alpine FROM $node_version as image WORKDIR /usr/src/app