* fix: docker build failed

This commit is contained in:
lxowalle 2026-02-13 12:09:46 +08:00
parent 2bfa570eae
commit 7ff4f7edb3

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