From 585bb697b528e81dc6892b177f6b5eae6dc95e60 Mon Sep 17 00:00:00 2001 From: Gene Hand Date: Wed, 12 Feb 2025 22:57:00 -0800 Subject: [PATCH] Use the latest versions of runlike with --use-volume-id (#2325) --- ct/homeassistant.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index ecdeb64d..1b495905 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -48,6 +48,7 @@ function update_script() { docker pull "${CONTAINER_IMAGE}" LATEST_IMAGE="$(docker inspect --format "{{.Id}}" --type image "${CONTAINER_IMAGE}")" if [[ "${RUNNING_IMAGE}" != "${LATEST_IMAGE}" ]]; then + pip install -U runlike echo "Updating ${container} image ${CONTAINER_IMAGE}" DOCKER_COMMAND="$(runlike --use-volume-id "${container}")" docker rm --force "${container}"