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-UPSTREAM-NODE-14975915
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14928492
- https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121241
- https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121241
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14928586
This commit is contained in:
snyk-bot
2026-03-24 12:15:40 +00:00
parent 87b7da53ca
commit 7f00c945b5

View File

@@ -1,7 +1,7 @@
# SnowWorld Narrowcasting System - Docker Configuration
# Use official Node.js runtime as base image
FROM node:18-alpine
FROM node:24.0.0-alpine
# Set working directory
WORKDIR /app