From 76cdbe812e713af1c5be46e0b8156983d80d4328 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Sun, 18 Feb 2024 21:26:58 -0500 Subject: [PATCH] Update Electrs to v0.10.3 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3ba7f4a..b8c9e27 100644 --- a/Containerfile +++ b/Containerfile @@ -13,7 +13,7 @@ # limitations under the License. -ARG VERSION=v0.10.2 +ARG VERSION=v0.10.3 # ----------- # Build Stage