1
0

markdown: bump docker-finance to v1.4.1

This commit is contained in:
2026-03-18 12:16:36 -07:00
parent 2460fa3e00
commit 67d27f0c96

View File

@@ -64,7 +64,7 @@ To get started, you'll only need a modern Linux client (host) with a working Doc
```bash ```bash
# NOTE: you can change the domain to `gitea.com`, as this repository is also mirrored there # NOTE: you can change the domain to `gitea.com`, as this repository is also mirrored there
if hash git &>/dev/null; then if hash git &>/dev/null; then
if ! git clone --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.4.0; then if ! git clone --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.4.1; then
echo "FATAL: docker-finance repo not cloned" >&2 echo "FATAL: docker-finance repo not cloned" >&2
fi fi
else else