mirror of
https://github.com/Alvin-Zilverstand/narrow_casting_system.git
synced 2026-09-12 09:54:41 +02:00
fix: deployment/docker/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993266 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993266 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993253 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993258 - https://snyk.io/vuln/SNYK-ALPINE323-OPENSSL-15993259
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user