diff --git a/bench/cardano-topology/cardano-topology.cabal b/bench/cardano-topology/cardano-topology.cabal index 7da25d5bd67..a52a6819416 100644 --- a/bench/cardano-topology/cardano-topology.cabal +++ b/bench/cardano-topology/cardano-topology.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-topology -version: 1.35.4 +version: 1.35.5 description: A cardano topology generator author: IOHK maintainer: operations@iohk.io diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 6b091fe331f..b99d7c81d3a 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-api -version: 1.35.4 +version: 1.35.5 description: The cardano api author: IOHK maintainer: operations@iohk.io diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index df541416ff5..f2740e19fdf 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-cli -version: 1.35.4 +version: 1.35.5 description: The Cardano command-line interface. author: IOHK maintainer: operations@iohk.io diff --git a/cardano-node-chairman/cardano-node-chairman.cabal b/cardano-node-chairman/cardano-node-chairman.cabal index ed42d01b5ca..c72e48f6230 100644 --- a/cardano-node-chairman/cardano-node-chairman.cabal +++ b/cardano-node-chairman/cardano-node-chairman.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-node-chairman -version: 1.35.4 +version: 1.35.5 description: The cardano full node author: IOHK maintainer: operations@iohk.io diff --git a/cardano-node/cardano-node.cabal b/cardano-node/cardano-node.cabal index 5f8507b766c..82d5236b7be 100644 --- a/cardano-node/cardano-node.cabal +++ b/cardano-node/cardano-node.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-node -version: 1.35.4 +version: 1.35.5 description: The cardano full node author: IOHK maintainer: operations@iohk.io diff --git a/cardano-testnet/cardano-testnet.cabal b/cardano-testnet/cardano-testnet.cabal index eb65f1c3633..40907603c39 100644 --- a/cardano-testnet/cardano-testnet.cabal +++ b/cardano-testnet/cardano-testnet.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-testnet -version: 1.35.4 +version: 1.35.5 description: The cardano full node author: IOHK maintainer: operations@iohk.io diff --git a/cardano-tracer/cardano-tracer.cabal b/cardano-tracer/cardano-tracer.cabal index 4d81fa46a6f..a23b3ac8513 100644 --- a/cardano-tracer/cardano-tracer.cabal +++ b/cardano-tracer/cardano-tracer.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: cardano-tracer -version: 1.35.4 +version: 1.35.5 synopsis: A service for logging and monitoring over Cardano nodes. description: See README for more info license: Apache-2.0 diff --git a/docker-compose.yml b/docker-compose.yml index 2b063876ce5..acaaf23074f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: cardano-node: - image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.4} + image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.5} environment: - NETWORK=${NETWORK:-mainnet} volumes: @@ -15,7 +15,7 @@ services: max-file: "10" cardano-submit-api: - image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.4} + image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.5} environment: - NETWORK=${NETWORK:-mainnet} depends_on: