mirror of
https://github.com/Alvin-Zilverstand/narrow_casting_system.git
synced 2026-04-17 14:48:06 +02:00
fix: deployment/docker/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14975915 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14928492 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121241 - https://snyk.io/vuln/SNYK-ALPINE321-OPENSSL-15121241 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14928586
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user