Ver código fonte

fix typo in update_strategy (#1083)

Stavros Kois 2 anos atrás
pai
commit
193fc134db

+ 2 - 2
library/ix-dev/community/vaultwarden/upgrade_strategy

@@ -12,8 +12,8 @@ def newer_mapping(image_tags):
         return {}
 
     return {
-        'tags': {key: version'},
-        'app_version': version',
+        'tags': {key: version},
+        'app_version': version,
     }