Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
3a8dbf5a
Commit
3a8dbf5a
authored
Dec 27, 2025
by
yangjianbo
Browse files
feat:
golang 1.24-> 1.25 node 20 -> node 24 具体提升请查看官方文档
parent
2b79c4e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3a8dbf5a
...
...
@@ -9,7 +9,7 @@
# -----------------------------------------------------------------------------
# Stage 1: Frontend Builder
# -----------------------------------------------------------------------------
FROM
node:2
0
-alpine AS frontend-builder
FROM
node:2
4
-alpine AS frontend-builder
WORKDIR
/app/frontend
...
...
@@ -24,7 +24,7 @@ RUN npm run build
# -----------------------------------------------------------------------------
# Stage 2: Backend Builder
# -----------------------------------------------------------------------------
FROM
golang:1.2
4
-alpine AS backend-builder
FROM
golang:1.2
5
-alpine AS backend-builder
# Build arguments for version info (set by CI)
ARG
VERSION=docker
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment