We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ead1c9 commit 33feaa9Copy full SHA for 33feaa9
Dockerfile
@@ -9,7 +9,7 @@
9
# docker buildx use multiplatform
10
# docker buildx inspect --bootstrap
11
12
-FROM --platform=$BUILDPLATFORM golang:1.24-bookworm as builder
+FROM --platform=$BUILDPLATFORM golang:1.25-bookworm as builder
13
ARG TARGETOS TARGETARCH
14
RUN apt update
15
RUN apt install git curl jq -y
0 commit comments