We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0d5c3 commit 8af763bCopy full SHA for 8af763b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24-alpine AS builder
+FROM golang:1.25-alpine AS builder
2
ARG IBC_GO_VERSION
3
4
RUN set -eux; apk add --no-cache gcc git libusb-dev linux-headers make musl-dev;
modules/light-clients/08-wasm/Dockerfile
-FROM golang:1.24-alpine AS builder-base
+FROM golang:1.25-alpine AS builder-base
ARG LIBWASM_VERSION
ARG TARGETARCH
0 commit comments