Compare commits

..

1 Commits

Author SHA1 Message Date
oleg f2bb798fff fix 2025-03-07 23:16:48 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.4,replacing "latest" with real docker image tag
2.0.5,replacing "latest" with real docker image tag
+1 -1
View File
@@ -75,7 +75,7 @@ while getopts ":d:N:L:t:" opt; do
esac
done
DockerImage=${DockerRegistry}/alpaca_hbar/${ImageTag} #:latest
DockerImage=${DockerRegistry}/alpaca_hbar:${ImageTag} #:latest
if is_container_running "$ContainerName"; then