fix: update frontend builder image to use full node:20 version
parent
0d5d440a56
commit
16271c4bd1
|
|
@ -1,5 +1,5 @@
|
||||||
# ---- Stage 1: Build frontend and wokwi-libs ----
|
# ---- Stage 1: Build frontend and wokwi-libs ----
|
||||||
FROM node:20-slim AS frontend-builder
|
FROM node:20 AS frontend-builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue