fix: update frontend builder image to use full node:20 version

pull/10/head
David Montero Crespo 2026-03-06 12:09:55 -03:00
parent 0d5d440a56
commit 16271c4bd1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# ---- Stage 1: Build frontend and wokwi-libs ----
FROM node:20-slim AS frontend-builder
FROM node:20 AS frontend-builder
WORKDIR /app