From 64b754ad8c8a0c194a66098495f37fd7093e36c9 Mon Sep 17 00:00:00 2001 From: Bartek Nowotarski Date: Thu, 11 Aug 2022 14:05:40 +0200 Subject: [PATCH] exp/tools/dump-ledger-state: Use only stable core builds (#4533) --- exp/tools/dump-ledger-state/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp/tools/dump-ledger-state/Dockerfile b/exp/tools/dump-ledger-state/Dockerfile index eb5116ca0e..3935e5789e 100644 --- a/exp/tools/dump-ledger-state/Dockerfile +++ b/exp/tools/dump-ledger-state/Dockerfile @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget gnupg apt-utils RUN wget -qO - https://apt.stellar.org/SDF.asc | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=true apt-key add - RUN echo "deb https://apt.stellar.org focal stable" >/etc/apt/sources.list.d/SDF.list -RUN echo "deb https://apt.stellar.org focal unstable" >/etc/apt/sources.list.d/SDF-unstable.list +# RUN echo "deb https://apt.stellar.org focal unstable" >/etc/apt/sources.list.d/SDF-unstable.list RUN apt-get update -y RUN apt-get install -y stellar-core=${STELLAR_CORE_VERSION} jq