Skip to content

Commit 8af763b

Browse files
committed
fix-docker
1 parent 5c0d5c3 commit 8af763b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine AS builder
1+
FROM golang:1.25-alpine AS builder
22
ARG IBC_GO_VERSION
33

44
RUN set -eux; apk add --no-cache gcc git libusb-dev linux-headers make musl-dev;

modules/light-clients/08-wasm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine AS builder-base
1+
FROM golang:1.25-alpine AS builder-base
22

33
ARG LIBWASM_VERSION
44
ARG TARGETARCH

0 commit comments

Comments
 (0)