Browse Source

update Go version to 1.9.2

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

+ 1
- 1
scripts/tendermint-builder/Dockerfile View File

@ -1,4 +1,4 @@
FROM golang:1.9.0
FROM golang:1.9.2
RUN apt-get update && apt-get install -y --no-install-recommends \
zip \


+ 1
- 1
test/docker/Dockerfile View File

@ -1,4 +1,4 @@
FROM golang:1.9.0
FROM golang:1.9.2
# Add testing deps for curl
RUN echo 'deb http://httpredir.debian.org/debian testing main non-free contrib' >> /etc/apt/sources.list


Loading…
Cancel
Save