You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(updatecli): fix compose script outputting wrong version on no-op
The docker-compose-version guard echoed $docker_compose_version (from
docker-versions.txt) instead of the README value when current >= new,
making the downgrade prevention a no-op.
Also add head -n1 to grep in both scripts to handle README files with
multiple version mentions.
0 commit comments