Skip to content

Instantly share code, notes, and snippets.

@dtothefp
Created August 8, 2017 01:10
Show Gist options
  • Save dtothefp/af915dd6aa7b077f931266ccd0319fd7 to your computer and use it in GitHub Desktop.
Save dtothefp/af915dd6aa7b077f931266ccd0319fd7 to your computer and use it in GitHub Desktop.
git ls-remote https://github.com/docker/compose | grep refs/tag | grep -o "[0-9]\.[0-9]\{1,2\}\.[0-9]\{1,2\}$" | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n | tail -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment