docker: update builder stage to use full node image instead of alpine
This commit is contained in:
parent
ad37d415db
commit
2aa10918f8
@ -1,7 +1,7 @@
|
||||
# ====================================================
|
||||
# Stage 1: builder
|
||||
# ====================================================
|
||||
FROM node:22.16.0-alpine3.21 AS builder
|
||||
FROM node:22.16.0 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user