Skip to content

Commit

Permalink
fix(container): update ghcr.io/deedee-ops/gotenberg ( 8.14.0 → 8.14.1 )
Browse files Browse the repository at this point in the history
| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | ghcr.io/deedee-ops/gotenberg | 8.14.0 | 8.14.1 |
  • Loading branch information
robodexo2000[bot] authored Nov 21, 2024
1 parent 6e21cb4 commit e8ddb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/containers/paperless-ngx/gotenberg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in
config = lib.mkIf cfg.enable {
virtualisation.oci-containers.containers.gotenberg = svc.mkContainer {
cfg = {
image = "ghcr.io/deedee-ops/gotenberg:8.14.0@sha256:859fd3496b804848cbe5a25e1c7ebef22365ddaea092d06c8ca6569150f0e6e0";
image = "ghcr.io/deedee-ops/gotenberg:8.14.1@sha256:dd3bcbedd408ec1a7411aaef55e5e9305778b74363d78ef3f7a652a3d26bfdab";
};
};
};
Expand Down

0 comments on commit e8ddb25

Please sign in to comment.