Browse Source
[docker] bump alpine version [ci skip]
pull/560/head
Anton Kaliaev
8 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
2 changed files with
2 additions and
2 deletions
-
DOCKER/Dockerfile
-
DOCKER/Dockerfile.develop
|
@ -1,4 +1,4 @@ |
|
|
FROM alpine:3.5 |
|
|
|
|
|
|
|
|
FROM alpine:3.6 |
|
|
|
|
|
|
|
|
# This is the release of tendermint to pull in. |
|
|
# This is the release of tendermint to pull in. |
|
|
ENV TM_VERSION 0.10.0 |
|
|
ENV TM_VERSION 0.10.0 |
|
|
|
@ -1,4 +1,4 @@ |
|
|
FROM alpine:3.5 |
|
|
|
|
|
|
|
|
FROM alpine:3.6 |
|
|
|
|
|
|
|
|
ENV DATA_ROOT /tendermint |
|
|
ENV DATA_ROOT /tendermint |
|
|
ENV TMHOME $DATA_ROOT |
|
|
ENV TMHOME $DATA_ROOT |
|
|