mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
update test docker image Go version to 1.10
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.9.4
|
||||
FROM golang:1.10
|
||||
|
||||
# Add testing deps for curl
|
||||
RUN echo 'deb http://httpredir.debian.org/debian testing main non-free contrib' >> /etc/apt/sources.list
|
||||
@@ -29,7 +29,6 @@ RUN bash scripts/install_abci_apps.sh
|
||||
# NOTE: this will overwrite whatever is in vendor/
|
||||
COPY . $REPO
|
||||
|
||||
|
||||
RUN go install ./cmd/tendermint
|
||||
|
||||
# expose the volume for debugging
|
||||
|
||||
Reference in New Issue
Block a user