Browse Source

docker: move FROM to golang:1.4 because 1.4.2 broke

pull/108/head
Ethan Buchman 10 years ago
parent
commit
69a9dc932a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      DOCKER/Dockerfile

+ 1
- 1
DOCKER/Dockerfile View File

@ -1,5 +1,5 @@
# Pull base image.
FROM golang:1.4.2-wheezy
FROM golang:1.4
ENV user tendermint
ENV data_root /data/tendermint


Loading…
Cancel
Save