From ab2faba2b8350738ab30327f5890bf16b3052a0b Mon Sep 17 00:00:00 2001 From: "www.xueximeng.com" Date: Fri, 24 Oct 2025 17:35:22 +0800 Subject: [PATCH] update --- .gitignore | 1 - Dockerfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 738bd26..e43b0f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ .DS_Store -cache diff --git a/Dockerfile b/Dockerfile index ed9d015..972d055 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # 构建阶段 # 使用 --platform=$BUILDPLATFORM 确保构建器始终在运行 Actions 的机器的原生架构上运行 (通常是 linux/amd64) # $BUILDPLATFORM 是 buildx 自动提供的变量 -FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder # 安装构建依赖 RUN apk add --no-cache git ca-certificates tzdata