Skip to content

Commit f044582

Browse files
authored
fix: remove a duplicated cmd in Dockerfile.mockccc (#1048)
* fix: remove a duplicated cmd in Dockerfile.mockccc * increase version
1 parent 86965f8 commit f044582

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile.mockccc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ FROM scrolltech/go-rust-builder:go-1.21-rust-nightly-2023-12-03 as builder
1010
ADD . /go-ethereum
1111
RUN 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
1614
FROM ubuntu:20.04
1715

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
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

0 commit comments

Comments
 (0)