mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-07 08:00:54 +00:00
node 20.12
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ COPY . .
|
||||
RUN cargo build -p monitor_core --release
|
||||
|
||||
# Build Frontend
|
||||
FROM node:20.5-alpine as frontend-builder
|
||||
FROM node:20.12-alpine as frontend-builder
|
||||
WORKDIR /builder
|
||||
COPY ./frontend ./frontend
|
||||
COPY ./client/core/ts ./client
|
||||
|
||||
Reference in New Issue
Block a user