From e656b325f1aff4c2b52ce6b635bf2144ab02d680 Mon Sep 17 00:00:00 2001 From: Ritudhwaj Ambardekar Date: Tue, 10 Dec 2024 16:04:55 +0530 Subject: [PATCH] v10.1.3 --- .github/workflows/continuous-integration.yaml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 5f98be5fb..4fee649fc 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -421,7 +421,7 @@ jobs: with: dockerfile: "./Dockerfile" failure-threshold: warning - ignore: DL3029 DL3059 + ignore: DL3029 DL3059 DL3006 - name: 🐳 Login to DockerHub if: ${{ github.event_name == 'push' }} 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) --------------------------------- #