Skip to content

Commit

Permalink
feat(container)!: Update ghcr.io/deedee-ops/tika ( 2.9.2 → 3.0.0 )
Browse files Browse the repository at this point in the history
| datasource | package                 | from  | to    |
| ---------- | ----------------------- | ----- | ----- |
| docker     | ghcr.io/deedee-ops/tika | 2.9.2 | 3.0.0 |
  • Loading branch information
robodexo2000[bot] authored and ajgon committed Oct 27, 2024
1 parent d7408e1 commit f5768f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/containers/paperless-ngx/tika.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.tika = svc.mkContainer {
cfg = {
image = "ghcr.io/deedee-ops/tika:2.9.2@sha256:b56d5a88ea693adfc605b8772adb47fce5fba1fec21da8fefcc9678b7734bae0";
image = "ghcr.io/deedee-ops/tika:3.0.0@sha256:ca20827c852caa53607275e8626f5da46781708ebb30b78aad468ad23167cc39";
};
};
};
Expand Down

0 comments on commit f5768f5

Please sign in to comment.