We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6889eb commit cafb802Copy full SHA for cafb802
scripts/versions.py
@@ -66,7 +66,7 @@ def main():
66
Version.parse(
67
v.strip('"').lstrip('docker-').rstrip('.tgz').rstrip('-x86_64')
68
) for v in re.findall(
69
- r'"docker-[0-9]+\.[0-9]+\.[0-9]+-.*tgz"', content
+ r'"docker-[0-9]+\.[0-9]+\.[0-9]+-?.*tgz"', content
70
)
71
]
72
sorted_versions = sorted(
0 commit comments