mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-17 17:21:48 +00:00
build: upgrade node base image to version 24-alpine
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Stage 1: Compile the React/TypeScript bundle
|
||||
FROM node:20-alpine AS react-builder
|
||||
FROM node:24-alpine AS react-builder
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
|
||||
Reference in New Issue
Block a user