Merge pull request #5 from Alvin-Zilverstand/snyk-fix-a03e917f8fbd0370a8eb87d1984888da

[Snyk] Security upgrade node from 25.8.1-alpine to 25.9.0-alpine
This commit is contained in:
Alvin
2026-05-21 09:29:31 +02:00
committed by GitHub
+1 -1
View File
@@ -1,7 +1,7 @@
# SnowWorld Narrowcasting System - Docker Configuration
# Use official Node.js runtime as base image
FROM node:25.8.1-alpine
FROM node:25.9.0-alpine
# Set working directory
WORKDIR /app