Skip to content

Commit 585bb69

Browse files
authored
Use the latest versions of runlike with --use-volume-id (#2325)
1 parent 3b905f2 commit 585bb69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ct/homeassistant.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ function update_script() {
4848
docker pull "${CONTAINER_IMAGE}"
4949
LATEST_IMAGE="$(docker inspect --format "{{.Id}}" --type image "${CONTAINER_IMAGE}")"
5050
if [[ "${RUNNING_IMAGE}" != "${LATEST_IMAGE}" ]]; then
51+
pip install -U runlike
5152
echo "Updating ${container} image ${CONTAINER_IMAGE}"
5253
DOCKER_COMMAND="$(runlike --use-volume-id "${container}")"
5354
docker rm --force "${container}"

0 commit comments

Comments
 (0)