Update image rolling version (#238)

This commit is contained in:
Elias
2023-08-22 13:17:10 +03:00
committed by GitHub
parent 6ed138a47c
commit 9d0bc623a7
5 changed files with 16 additions and 16 deletions

2
dist/index.js generated vendored
View File

@@ -415,7 +415,7 @@ class ImageTag {
this.targetPlatform = targetPlatform;
this.targetPlatformSuffix = ImageTag.getTargetPlatformSuffix(targetPlatform, editorVersion);
this.imagePlatformPrefix = ImageTag.getImagePlatformPrefix(process.platform);
this.imageRollingVersion = 1;
this.imageRollingVersion = 2;
}
static get versionPattern() {
return /^20\d{2}\.\d\.\w{3,4}|3$/;