This commit is contained in:
Alvin-Zilverstand
2026-09-09 10:40:25 +02:00
@@ -1,7 +1,7 @@
# SnowWorld Narrowcasting System - Docker Configuration
# Use official Node.js runtime as base image
FROM node:18-alpine
FROM node:24.15.0-alpine3.22
# Set working directory
WORKDIR /app