From 68abf6b2ee8605e85e53048d6fb079d26aa5ff8a Mon Sep 17 00:00:00 2001 From: lxowalle Date: Fri, 13 Feb 2026 12:09:46 +0800 Subject: [PATCH] * fix: docker build failed --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 068f64c..5168e7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ============================================================ # Stage 1: Build the picoclaw binary # ============================================================ -FROM golang:1.24-alpine AS builder +FROM golang:1.25-alpine AS builder RUN apk add --no-cache git make