Merge pull request #890 from stavros-k/photoprism_stragey

update photoprism update_strategy
This commit is contained in:
Stavros Kois
2022-12-01 13:26:45 +02:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ import re
from catalog_update.upgrade_strategy import datetime_versioning
VERSION_REG = r'2[2-9][0-1][0-9][0-3][0-9]-bullseye'
VERSION_REG = r'2[2-9][0-1][0-9][0-3][0-9]-jammy'
def newer_mapping(image_tags):