using alpine v3.9 (#2658)

Since version 3.10, Alpine linux has removed mongodb from the available packages.
Using v3.9 it's still possible to build the all-in-one configuration using the provided Dockerfile.

Signed-off-by: Giuseppe Raveduto <giuseppe.raveduto@eng.it>
This commit is contained in:
Giuseppe Raveduto 2019-09-30 09:32:01 +02:00 committed by Jürgen Eckel
parent 645d457b7b
commit 16a9888d1e

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.9
LABEL maintainer "devs@bigchaindb.com"
ARG TM_VERSION=0.22.8