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
This commit is contained in:
snyk-bot
2026-03-24 12:22:23 +00:00
parent 2b1494737b
commit 3540fe2918

View File

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