Skip to content

Commit

Permalink
Bump core image to latest release v19.11.0 (#4885)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsdf committed May 31, 2023
1 parent 928281e commit 7a7b140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/horizon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0-1275.bff2c2b37.focal
PROTOCOL_19_CORE_DOCKER_IMG: stellar/stellar-core:19.10.0-1275.bff2c2b37.focal
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
PGHOST: localhost
PGPORT: 5432
PGUSER: postgres
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
name: Test (and push) verify-range image
runs-on: ubuntu-20.04
env:
STELLAR_CORE_VERSION: 19.10.0-1275.bff2c2b37.focal
STELLAR_CORE_VERSION: 19.11.0-1323.7fb6d5e88.focal
CAPTIVE_CORE_STORAGE_PATH: /tmp
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion exp/tools/dump-ledger-state/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.04

ENV STELLAR_CORE_VERSION=19.10.0-1275.bff2c2b37.focal
ENV STELLAR_CORE_VERSION=19.11.0-1323.7fb6d5e88.focal
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget gnupg apt-utils
Expand Down

0 comments on commit 7a7b140

Please sign in to comment.