chore(scripts): target v3.0.3 on automated update script

This commit is contained in:
Nicolas Meienberger 2024-02-17 09:14:45 +01:00
parent a78200bdee
commit 415aae1163

View File

@ -10,7 +10,7 @@ if [[ "$ARCHITECTURE" == "arm64" || "$ARCHITECTURE" == "aarch64" ]]; then
ASSET="runtipi-cli-linux-aarch64.tar.gz"
fi
URL="https://github.com/runtipi/runtipi/releases/download/v3.0.0/$ASSET"
URL="https://github.com/runtipi/runtipi/releases/download/v3.0.3/$ASSET"
rm -f ./runtipi-cli