Skip to content

Commit

Permalink
chore(deps): update docker.io/gotenberg/gotenberg docker tag to v8.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent beccdef commit 0658231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/artemis/applications/paperless.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ in

virtualisation.oci-containers.containers.gotenberg = {
user = "gotenberg:gotenberg";
image = "docker.io/gotenberg/gotenberg:8.7.0";
image = "docker.io/gotenberg/gotenberg:8.9.2";
cmd = [ "gotenberg" "--chromium-disable-javascript=true" "--chromium-allow-list=file:///tmp/.*" ];
ports = [
"127.0.0.1:${gotenbergPort}:3000"
Expand Down

0 comments on commit 0658231

Please sign in to comment.