From 8c901e6ef6f830eff1868f6f4a0e448edf41416f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gaul?= Date: Fri, 13 Dec 2019 14:59:25 +0100 Subject: [PATCH] update to 12.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 382ea27..912e90b 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="v12.1.0" +ARG STELLAR_CORE_VERSION="v12.2.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"