From 0d4bef8a1109bd4ccb93d1d79dddea6b08a8bc42 Mon Sep 17 00:00:00 2001 From: Bartek Nowotarski Date: Wed, 14 Oct 2020 22:02:02 +0200 Subject: [PATCH] services/horizon/docker: Upgrade Stellar-Core to 14.1.1 (#3130) --- services/horizon/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/horizon/docker/Dockerfile b/services/horizon/docker/Dockerfile index 74c5c9b72f..bfc78c1e5e 100644 --- a/services/horizon/docker/Dockerfile +++ b/services/horizon/docker/Dockerfile @@ -8,7 +8,7 @@ RUN go install github.com/stellar/go/services/horizon FROM ubuntu:18.04 -ENV STELLAR_CORE_VERSION 13.0.0-1220-9ed3da29 +ENV STELLAR_CORE_VERSION 14.1.1-1355-5b2989d3 #ENV STELLAR_CORE_BINARY_PATH /usr/local/bin/stellar-core # ca-certificates are required to make tls connections