From 0efc6d835f3e489f249801556740c0e8771f7654 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Thu, 26 Feb 2026 13:52:49 -0800 Subject: [PATCH] markdown: bump docker-finance to v1.3.0 --- markdown/How-do-I-get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/How-do-I-get-started.md b/markdown/How-do-I-get-started.md index 4abd9d9..d84c2c4 100644 --- a/markdown/How-do-I-get-started.md +++ b/markdown/How-do-I-get-started.md @@ -64,7 +64,7 @@ To get started, you'll only need a modern Linux client (host) with a working Doc ```bash # NOTE: you can change the domain to `gitea.com`, as this repository is also mirrored there if hash git &>/dev/null; then - if ! git clone --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.2.0; then + if ! git clone --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.3.0; then echo "FATAL: docker-finance repo not cloned" >&2 fi else