Skip to content

Commit

Permalink
fix(container): update ghcr.io/deedee-ops/firefly-iii ( 6.1.24 → 6.1.…
Browse files Browse the repository at this point in the history
…25 )

| datasource | package                        | from   | to     |
| ---------- | ------------------------------ | ------ | ------ |
| docker     | ghcr.io/deedee-ops/firefly-iii | 6.1.24 | 6.1.25 |
  • Loading branch information
robodexo2000[bot] authored Dec 18, 2024
1 parent 3868f13 commit 7ed12fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/containers/firefly-iii/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ in

virtualisation.oci-containers.containers.firefly-iii = svc.mkContainer {
cfg = {
image = "ghcr.io/deedee-ops/firefly-iii:6.1.24@sha256:f9bac1deedb3a41221b3593de4c56e37374128adc217034eb954f5a808dc15bf";
image = "ghcr.io/deedee-ops/firefly-iii:6.1.25@sha256:f601426152a31cb5f45b273b7cd8c6261c7c975400df175972be26ca17841589";
environment = {
APP_URL = "https://firefly.${config.mySystem.rootDomain}";
AUTHENTICATION_GUARD = "remote_user_guard";
Expand Down

0 comments on commit 7ed12fe

Please sign in to comment.