This commit is contained in:
2025-03-07 23:16:48 -05:00
parent b0a0080a4a
commit f2bb798fff
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