use node:18.15.0-alpine for console build

This commit is contained in:
Ronald A. Richardson
2024-01-23 20:13:23 +08:00
parent 2bd885b1a2
commit 5c623819ed

View File

@@ -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