Skip to content

Commit

Permalink
Merge pull request #78 from piotr-iohk/bump/v2022-07-01
Browse files Browse the repository at this point in the history
Bump version to wallet/ikar: v2022-07-01 and node:1.35.0
  • Loading branch information
piotr-iohk authored Jul 1, 2022
2 parents d91c244 + d20791a commit 95f6646
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:1.34.1
image: inputoutput/cardano-node:1.35.0
environment:
NETWORK:
volumes:
Expand All @@ -11,7 +11,7 @@ services:
restart: on-failure

cardano-wallet:
image: inputoutput/cardano-wallet:2022.5.27
image: inputoutput/cardano-wallet:2022.7.1
volumes:
- wallet-${NETWORK}-db:/wallet-db
- node-ipc:/ipc
Expand All @@ -28,7 +28,7 @@ services:
restart: on-failure

icarus:
image: piotrstachyra/icarus:v2022-05-27
image: piotrstachyra/icarus:v2022-07-01
network_mode: "host"
restart: on-failure

Expand Down
2 changes: 1 addition & 1 deletion helpers/app_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Helpers
module App
def version
'v2022-05-27' #version
'v2022-07-01' #version
end

def is_connected?(w)
Expand Down
4 changes: 2 additions & 2 deletions scripts/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -euo pipefail

GIT_TAG="v2022-05-27"
NODE_TAG="1.34.1"
GIT_TAG="v2022-07-01"
NODE_TAG="1.35.0"

DOCKER_TAG=`echo "${GIT_TAG##v}" | sed -e s/-0/-/g -e s/-/./g`

Expand Down

0 comments on commit 95f6646

Please sign in to comment.