Skip to content

Commit

Permalink
v10.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritudhwaj Ambardekar authored and Ritudhwaj Ambardekar committed Dec 10, 2024
1 parent 3eb49b7 commit e656b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
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 e656b32

Please sign in to comment.