From 5bd42cb480debbadbb975e2340d2872d1866d27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gaul?= Date: Fri, 11 Oct 2019 09:34:14 +0200 Subject: [PATCH] update to 12.0.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6427aed..139a9ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:stretch # git tag from https://github.com/stellar/stellar-core -ARG STELLAR_CORE_VERSION="v11.4.0" +ARG STELLAR_CORE_VERSION="v12.0.0" ARG STELLAR_CORE_BUILD_DEPS="git build-essential pkg-config autoconf automake libtool bison flex libpq-dev wget pandoc" ARG STELLAR_CORE_DEPS="curl jq libpq5" ARG CONFD_VERSION="0.16.0"