Unverified Commit 88be981a authored by 程序猿MT's avatar 程序猿MT Committed by GitHub
Browse files

feat: (#47)



golang 1.24-> 1.25
node 20 -> node 24
具体提升请查看官方文档
Co-authored-by: default avataryangjianbo <yangjianbo@leagsoft.com>
parent 3f92a431
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Stage 1: Frontend Builder # Stage 1: Frontend Builder
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
FROM node:20-alpine AS frontend-builder FROM node:24-alpine AS frontend-builder
WORKDIR /app/frontend WORKDIR /app/frontend
...@@ -24,7 +24,7 @@ RUN npm run build ...@@ -24,7 +24,7 @@ RUN npm run build
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Stage 2: Backend Builder # Stage 2: Backend Builder
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
FROM golang:1.24-alpine AS backend-builder FROM golang:1.25-alpine AS backend-builder
# Build arguments for version info (set by CI) # Build arguments for version info (set by CI)
ARG VERSION=docker ARG VERSION=docker
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment