angstwad/docker.ubuntu

version checking can give unexpected results

Closed this issue · 3 comments

version_compare(12.04, '<') can lead to unexpected comparison result, version_compare('12.04', '<') should be used instead.

I'll look into this when I get some time, and but if a good PR comes in for that I'll be able to merge faster than I duplicate the problem and fix.

Created #134

This is done.