Merge pull request #3 from Alvin-Zilverstand/snyk-fix-381e077aadd50ed51b8053e1a2e8eb5e

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

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:18-alpine FROM node:25.8.1-alpine
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app