From 33041ee7e776036f54308d11ef14ef60d5ec674a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 May 2026 07:26:01 +0000 Subject: [PATCH] fix: projects/year_02/challenge_18/narrow_casting_system/deployment/docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15993393 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15993393 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15993397 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15993398 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15993402 --- .../narrow_casting_system/deployment/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/year_02/challenge_18/narrow_casting_system/deployment/docker/Dockerfile b/projects/year_02/challenge_18/narrow_casting_system/deployment/docker/Dockerfile index 3c3c95c..ed03ac6 100644 --- a/projects/year_02/challenge_18/narrow_casting_system/deployment/docker/Dockerfile +++ b/projects/year_02/challenge_18/narrow_casting_system/deployment/docker/Dockerfile @@ -1,7 +1,7 @@ # SnowWorld Narrowcasting System - Docker Configuration # Use official Node.js runtime as base image -FROM node:24.14.0-alpine3.22 +FROM node:24.15.0-alpine3.22 # Set working directory WORKDIR /app