Merge pull request #1 from Alvin-Zilverstand/snyk-fix-12a9991f2bd15042c36bf6ded4ef9d0d

[Snyk] Security upgrade node from 18-alpine to 24.0.0-alpine
This commit is contained in:
Alvin
2026-03-24 13:19:54 +01:00
committed by GitHub

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