Browse Source

update go version to 1.9.2

pull/1780/head
Anton Kaliaev 7 years ago
parent
commit
f2bf7d1b2d
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/abci-builder/Dockerfile

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

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


Loading…
Cancel
Save