diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index abd651883..d9b213d5d 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -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: @@ -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 diff --git a/Dockerfile b/Dockerfile index e886d415f..15471459f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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) --------------------------------- #