[x] Support rake docker:build[2.2] as well as rake docker:build[2.2.10]
Why?
I got irritated having to look up the specific version of Ruby 2.1+ to call when I just wanted to specify major.minor on the cli. Fix it by defining some extra rake tasks with prerequisites.
What?
rake docker:build[2.2]
as well asrake docker:build[2.2.10]
Why?
I got irritated having to look up the specific version of Ruby 2.1+ to call when I just wanted to specify major.minor on the cli. Fix it by defining some extra rake tasks with prerequisites.