mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
c801c833fc
commit
745e5d80c1
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:3.9
|
||||||
LABEL maintainer "devs@bigchaindb.com"
|
LABEL maintainer "devs@bigchaindb.com"
|
||||||
|
|
||||||
ARG TM_VERSION=0.22.8
|
ARG TM_VERSION=0.22.8
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user