mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-08 07:16:49 +00:00
use node:18.15.0-alpine for console build
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ---- Build Stage ----
|
||||
FROM node:16.20-alpine AS builder
|
||||
FROM node:18.15.0-alpine AS builder
|
||||
|
||||
# Set the working directory in the container to /app
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user