* fix: docker build failed

This commit is contained in:
lxowalle
2026-02-13 12:09:46 +08:00
parent 92b8710f59
commit 68abf6b2ee

View File

@@ -1,7 +1,7 @@
# ============================================================ # ============================================================
# Stage 1: Build the picoclaw binary # 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 RUN apk add --no-cache git make