Skip to content

Commit

Permalink
Bump version to wallet/ikar: v2021-11-11 and node:1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Nov 15, 2021
1 parent caf921b commit 44b251a
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:2021.9.29
image: inputoutput/cardano-wallet:2021.11.11
volumes:
- wallet-${NETWORK}-db:/wallet-db
- node-ipc:/ipc
Expand All @@ -28,7 +28,7 @@ services:
restart: on-failure

icarus:
image: piotrstachyra/icarus:v2021-09-29
image: piotrstachyra/icarus:v2021-11-11
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
'v2021-09-29' #version
'v2021-11-11' #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="v2021-09-29"
GIT_TAG="v2021-11-11"
NODE_TAG="1.30.1"

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

0 comments on commit 44b251a

Please sign in to comment.