diff --git a/DOCKER/Dockerfile b/DOCKER/Dockerfile index 09b25f73..98a1db4e 100644 --- a/DOCKER/Dockerfile +++ b/DOCKER/Dockerfile @@ -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 diff --git a/DOCKER/Dockerfile.develop b/DOCKER/Dockerfile.develop index 82cd884a..2ffb6828 100644 --- a/DOCKER/Dockerfile.develop +++ b/DOCKER/Dockerfile.develop @@ -1,4 +1,4 @@ -FROM alpine:3.5 +FROM alpine:3.6 ENV DATA_ROOT /tendermint ENV TMHOME $DATA_ROOT