mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Update Go base image to version 1.25 in Dockerfile
This commit is contained in:
@@ -12,7 +12,7 @@ COPY frontend/ ./
|
||||
RUN npm run build
|
||||
|
||||
# 第二阶段:构建Go应用
|
||||
FROM golang:1.24-alpine AS backend-builder
|
||||
FROM golang:1.25-alpine AS backend-builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Reference in New Issue
Block a user