File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ FROM scrolltech/go-rust-builder:go-1.21-rust-nightly-2023-12-03 as builder
1010ADD . /go-ethereum
1111RUN cd /go-ethereum && env GO111MODULE=on go run build/ci.go install ./cmd/geth
1212
13- RUN cd /go-ethereum && env GO111MODULE=on go run build/ci.go install ./cmd/geth
14-
1513# Pull Geth into a second stage deploy alpine container
1614FROM ubuntu:20.04
1715
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424const (
2525 VersionMajor = 5 // Major version component of the current release
2626 VersionMinor = 7 // Minor version component of the current release
27- VersionPatch = 17 // Patch version component of the current release
27+ VersionPatch = 18 // Patch version component of the current release
2828 VersionMeta = "mainnet" // Version metadata to append to the version string
2929)
3030
You can’t perform that action at this time.
0 commit comments