using alpine v3.9

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-08-13 20:42:42 +02:00 committed by Giuseppe Raveduto
parent c801c833fc
commit 745e5d80c1

View File

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