Skip to content

Commit 61a0607

Browse files
johnsonjieThegaram
andauthored
update Dockerfile tools (#1257)
* update Dockerfile tools * bump version --------- Co-authored-by: Péter Garamvölgyi <[email protected]>
1 parent a325227 commit 61a0607

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ RUN cd /go-ethereum && env GO111MODULE=on go run build/ci.go install -buildtags
4242
FROM ubuntu:20.04
4343

4444
RUN apt-get -qq update \
45-
&& apt-get -qq install -y --no-install-recommends ca-certificates
45+
&& apt-get -qq install -y --no-install-recommends ca-certificates netcat-openbsd curl \
46+
&& rm -rf /var/lib/apt/lists/*
4647

4748
COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
4849

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 = 9 // Minor version component of the current release
27-
VersionPatch = 13 // Patch version component of the current release
27+
VersionPatch = 14 // 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)