Skip to content

Commit

Permalink
exp/tools/dump-ledger-state: Use only stable core builds (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn authored Aug 11, 2022
1 parent 8448622 commit 64b754a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/tools/dump-ledger-state/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64b754a

Please sign in to comment.