diff --git a/check_container_upgrade b/check_container_upgrade index 380c99c..175a01e 100755 --- a/check_container_upgrade +++ b/check_container_upgrade @@ -344,6 +344,10 @@ then echo "You could recreate and restart them using the following command:" echo echo " $COMPOSE_BIN -f $DOCKERCOMPOSE_FILE up -d --no-deps ${UPGRADABLE_CONTAINERS[@]}" + echo + echo "Note:" + echo " If new updates was published since rebuild was triggered, remove the" + echo " '$REBUILD_LOCK_FILE' file and recheck it to trigger a new build." fi echo else