Make version pattern slightly less strict

This commit is contained in:
Webber
2019-12-22 21:15:09 +01:00
committed by Webber Takken
parent 7c90cddd43
commit 250a665fce
3 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ export default class ImageTag {
}
static get versionPattern() {
return /^20\d{2}\.\d\.\w{4}|3$/;
return /^20\d{2}\.\d\.\w{3,4}|3$/;
}
static get builderPlatforms() {