Skip to content

Commit 33feaa9

Browse files
author
dougbw
committed
bump go version
1 parent 4ead1c9 commit 33feaa9

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
@@ -9,7 +9,7 @@
99
# docker buildx use multiplatform
1010
# docker buildx inspect --bootstrap
1111

12-
FROM --platform=$BUILDPLATFORM golang:1.24-bookworm as builder
12+
FROM --platform=$BUILDPLATFORM golang:1.25-bookworm as builder
1313
ARG TARGETOS TARGETARCH
1414
RUN apt update
1515
RUN apt install git curl jq -y

0 commit comments

Comments
 (0)