Browse Source

update test docker image Go version to 1.10

pull/1574/head
Anton Kaliaev 7 years ago
parent
commit
3485edf4f5
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      test/docker/Dockerfile

+ 1
- 2
test/docker/Dockerfile View File

@ -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


Loading…
Cancel
Save