Skip to content

Commit 5b2c11f

Browse files
committed
build: use Go 1.25.5 in Dockerfile-wasm
As the wasm-client has to golang version set to 1.25.5, we also need to use the same golang version in Dockerfile which builds the wasm-client.
1 parent 84c0ae8 commit 5b2c11f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-wasm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Get golang 1.24.9 as a base image
2-
FROM golang:1.24.9 as builder
1+
#Get golang 1.25.5 as a base image
2+
FROM golang:1.25.5 as builder
33

44
#Define the working directory in the container
55
WORKDIR /app

0 commit comments

Comments
 (0)