From 0da30bca5bc0ac0c2b0ba2dd4f4db9446f05d85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gaul?= Date: Sat, 7 Sep 2019 00:38:53 +0200 Subject: [PATCH] update to 11.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a5bc34..6427aed 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.3.0" +ARG STELLAR_CORE_VERSION="v11.4.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"