[docker] bump alpine version [ci skip]

This commit is contained in:
Anton Kaliaev
2017-06-26 10:57:46 +04:00
parent 10828ad063
commit e2fe4a6e9b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.6
# This is the release of tendermint to pull in.
ENV TM_VERSION 0.10.0

View File

@@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.6
ENV DATA_ROOT /tendermint
ENV TMHOME $DATA_ROOT