Skip to content

Commit

Permalink
bump cardano-node version in CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Dec 11, 2024
1 parent fc7da8a commit bf92d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
os: [ linux ]
arch: [ x86_64 ]
network: [ preview ]
cardano-node: [ 10.1.2 ]
cardano-node: [ 10.1.3 ]

runs-on: ${{ matrix.os == 'linux' && 'ubuntu-22.04' }}
steps:
Expand Down Expand Up @@ -404,8 +404,8 @@ jobs:
os: [ linux ]
target: [ cardano-node-ogmios ]
network: [ mainnet, preprod, preview, sanchonet ]
cardano-node: [ 10.1.2 ]
cardano-node-latest: [ 10.1.2 ]
cardano-node: [ 10.1.3 ]
cardano-node-latest: [ 10.1.3 ]
arch: [ x86_64 ]
steps:
- name: 📥 Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

ARG CARDANO_NODE_IMAGE=ghcr.io/intersectmbo/cardano-node:9.1.1
ARG CARDANO_NODE_IMAGE=ghcr.io/intersectmbo/cardano-node:10.1.3

# #
# --------------------------- BUILD (ogmios) --------------------------------- #
Expand Down

0 comments on commit bf92d76

Please sign in to comment.