fix: update base image in Dockerfile from node:lts to node:22-slim
All checks were successful
Build and Push Docker Image - HEC IA Wiki / build-and-push (push) Successful in 1m23s

This commit is contained in:
vorpax
2026-01-29 11:59:27 +01:00
parent d9862eae65
commit 187821c88e

View File

@@ -1,5 +1,5 @@
# Base stage for building the static files # Base stage for building the static files
FROM node:lts AS base FROM node:22-slim AS base
WORKDIR /app WORKDIR /app
# Install pnpm # Install pnpm