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