From 3540fe2918ee8734ebcb265d6cda5be33775456e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Mar 2026 12:22:23 +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-ALPINE321-OPENSSL-15121241 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121241 - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102399 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121250 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121251 --- .../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 558e90d..3c3c95c 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.0.0-alpine +FROM node:24.14.0-alpine3.22 # Set working directory WORKDIR /app