Skip to content

Commit

Permalink
Bump version to wallet/ikar: v2022-05-27 and node:1.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed May 27, 2022
1 parent add76d3 commit 016288c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

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-04-27' #version
'v2022-05-27' #version
end

def is_connected?(w)
Expand Down
2 changes: 1 addition & 1 deletion scripts/make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 016288c

Please sign in to comment.