This commit is contained in:
Oleg Sheynin 2025-03-07 23:16:48 -05:00
parent b0a0080a4a
commit f2bb798fff
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.0.4,replacing "latest" with real docker image tag 2.0.5,replacing "latest" with real docker image tag

View File

@ -75,7 +75,7 @@ while getopts ":d:N:L:t:" opt; do
esac esac
done done
DockerImage=${DockerRegistry}/alpaca_hbar/${ImageTag} #:latest DockerImage=${DockerRegistry}/alpaca_hbar:${ImageTag} #:latest
if is_container_running "$ContainerName"; then if is_container_running "$ContainerName"; then