diff --git a/integrations/docker/run.sh b/integrations/docker/run.sh index 7e8a6b4598b8c2..578c281959749c 100755 --- a/integrations/docker/run.sh +++ b/integrations/docker/run.sh @@ -35,7 +35,7 @@ ORG=${DOCKER_RUN_ORG:-connectedhomeip} IMAGE=${DOCKER_RUN_IMAGE:-$(basename "$here")} # version -VERSION=${DOCKER_RUN_VERSION:-0.4.11} || +VERSION=${DOCKER_RUN_VERSION:-$(cat "$here/version")} || die "please run me from an image directory or set environment variables: DOCKER_RUN_ORG DOCKER_RUN_IMAGE