Skip to content

Commit 673777f

Browse files
committed
use go 1.22 in Dockerfile builder
1 parent 7353f30 commit 673777f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/dockerfiles/rollup_relayer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Download Go dependencies
2-
FROM scrolltech/go-rust-builder:go-1.21-rust-nightly-2023-12-03 as base
2+
FROM scrolltech/go-rust-builder:go-1.22-rust-nightly-2023-12-03 as base
33

44
WORKDIR /src
55
COPY go.work* ./

0 commit comments

Comments
 (0)