Skip to content

Commit 68abf6b

Browse files
committed
* fix: docker build failed
1 parent 92b8710 commit 68abf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ============================================================
22
# Stage 1: Build the picoclaw binary
33
# ============================================================
4-
FROM golang:1.24-alpine AS builder
4+
FROM golang:1.25-alpine AS builder
55

66
RUN apk add --no-cache git make
77

0 commit comments

Comments
 (0)