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
All checks were successful
Build and Push Docker Image - HEC IA Wiki / build-and-push (push) Successful in 1m23s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user