Commit 3a8dbf5a authored by yangjianbo's avatar yangjianbo
Browse files

feat:

golang 1.24-> 1.25
node 20 -> node 24
具体提升请查看官方文档
parent 2b79c4e8
......@@ -9,7 +9,7 @@
# -----------------------------------------------------------------------------
# Stage 1: Frontend Builder
# -----------------------------------------------------------------------------
FROM node:20-alpine AS frontend-builder
FROM node:24-alpine AS frontend-builder
WORKDIR /app/frontend
......@@ -24,7 +24,7 @@ RUN npm run build
# -----------------------------------------------------------------------------
# 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)
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