File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ RUN cd /go-ethereum && env GO111MODULE=on go run build/ci.go install -buildtags
4242FROM ubuntu:20.04
4343
4444RUN 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
4748COPY --from=builder /go-ethereum/build/bin/geth /usr/local/bin/
4849
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 = 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
You can’t perform that action at this time.
0 commit comments