Skip to content

Commit

Permalink
chore(deps): update docker.io/gotenberg/gotenberg docker tag to v7.10…
Browse files Browse the repository at this point in the history
….1 (#70)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent b5c3fb0 commit cff0d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/delphi/applications/paperless.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in

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

0 comments on commit cff0d23

Please sign in to comment.