From 214e0eafbad0d460201e66ab9ff415c494b26124 Mon Sep 17 00:00:00 2001 From: Mehmet <119539688+mbsdf@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:01:51 -0700 Subject: [PATCH] Bump core image to latest release v19.12.0 --- .github/workflows/horizon.yml | 6 +++--- exp/tools/dump-ledger-state/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index 6f02ce4bd3..4b895c841d 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -34,8 +34,8 @@ jobs: env: HORIZON_INTEGRATION_TESTS_ENABLED: true HORIZON_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL: ${{ matrix.protocol-version }} - PROTOCOL_19_CORE_DEBIAN_PKG_VERSION: 19.11.0-1323.7fb6d5e88.focal - PROTOCOL_19_CORE_DOCKER_IMG: stellar/stellar-core:19.11.0-1323.7fb6d5e88.focal + PROTOCOL_19_CORE_DEBIAN_PKG_VERSION: 19.12.0-1378.2109a168a.focal + PROTOCOL_19_CORE_DOCKER_IMG: stellar/stellar-core:19.12.0-1378.2109a168a.focal PGHOST: localhost PGPORT: 5432 PGUSER: postgres @@ -108,7 +108,7 @@ jobs: name: Test (and push) verify-range image runs-on: ubuntu-22.04 env: - STELLAR_CORE_VERSION: 19.11.0-1323.7fb6d5e88.focal + STELLAR_CORE_VERSION: 19.12.0-1378.2109a168a.focal CAPTIVE_CORE_STORAGE_PATH: /tmp steps: - uses: actions/checkout@v3 diff --git a/exp/tools/dump-ledger-state/Dockerfile b/exp/tools/dump-ledger-state/Dockerfile index 5b53ae2309..d19b668916 100644 --- a/exp/tools/dump-ledger-state/Dockerfile +++ b/exp/tools/dump-ledger-state/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ENV STELLAR_CORE_VERSION=19.11.0-1323.7fb6d5e88.focal +ENV STELLAR_CORE_VERSION=19.12.0-1378.2109a168a.focal ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget gnupg apt-utils