Set Wallabag container version to 2.5.4

This commit is contained in:
coolneng 2025-06-02 15:47:03 +02:00
parent 0fa3b9de30
commit 9a35cefd62
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -46,7 +46,7 @@
};
# Wallabag
wallabag = {
image = "wallabag/wallabag@sha256:a87160e4445e11f9bcec0f4b201c31e1eb0d201d7bcd1aac421e8f3c2b8f553c";
image = "wallabag/wallabag@sha256:0d6602bbca0b0393f04f491788031e43b075e57b3eaec1873b17a136b662edaa";
environmentFiles = [ config.age.secrets.wallabag.path ];
dependsOn = [ "postgresql" ];
extraOptions = [ "--pod=wallabag-pod" ];