diff --git a/docker-compose.yml b/docker-compose.yml index 4cdbc79..837220a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: restart: on-failure cardano-wallet: - image: inputoutput/cardano-wallet:2022.4.27 + image: inputoutput/cardano-wallet:2022.5.27 volumes: - wallet-${NETWORK}-db:/wallet-db - node-ipc:/ipc @@ -28,7 +28,7 @@ services: restart: on-failure icarus: - image: piotrstachyra/icarus:v2022-04-27 + image: piotrstachyra/icarus:v2022-05-27 network_mode: "host" restart: on-failure diff --git a/helpers/app_helpers.rb b/helpers/app_helpers.rb index 604a2b3..3b4f251 100644 --- a/helpers/app_helpers.rb +++ b/helpers/app_helpers.rb @@ -3,7 +3,7 @@ module Helpers module App def version - 'v2022-04-27' #version + 'v2022-05-27' #version end def is_connected?(w) diff --git a/scripts/make_release.sh b/scripts/make_release.sh index ce00ef6..b79789d 100755 --- a/scripts/make_release.sh +++ b/scripts/make_release.sh @@ -2,7 +2,7 @@ set -euo pipefail -GIT_TAG="v2022-04-27" +GIT_TAG="v2022-05-27" NODE_TAG="1.34.1" DOCKER_TAG=`echo "${GIT_TAG##v}" | sed -e s/-0/-/g -e s/-/./g`