This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
docker: move FROM to golang:1.4 because 1.4.2 broke
pull/108/head
Ethan Buchman
10 years ago
parent
f2f437a328
commit
69a9dc932a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save