From 189d2155ce4d9f812711f5d2bab42dbc508c45c7 Mon Sep 17 00:00:00 2001 From: Github Action Date: Tue, 3 Dec 2024 21:01:09 +0100 Subject: [PATCH] Update cardano-wallet version in run/common/docker/run.sh --- run/common/docker/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/common/docker/run.sh b/run/common/docker/run.sh index 53d533b1e42..1e152e69802 100755 --- a/run/common/docker/run.sh +++ b/run/common/docker/run.sh @@ -24,7 +24,7 @@ fi source .env # Define and export wallet and node version tags -RELEASE_WALLET_TAG=2024.11.18 +RELEASE_WALLET_TAG=2024.12.3 WALLET_TAG=${WALLET_TAG:=$RELEASE_WALLET_TAG} export WALLET_TAG