Browse Source

update docker to use alpine 3.7

pull/1406/head
Anton Kaliaev 6 years ago
parent
commit
641476d40f
No known key found for this signature in database GPG Key ID: 7B6881D965918214
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      DOCKER/Dockerfile
  2. +1
    -1
      DOCKER/Dockerfile.develop

+ 1
- 1
DOCKER/Dockerfile View File

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


+ 1
- 1
DOCKER/Dockerfile.develop View File

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


Loading…
Cancel
Save