Skip to content

Commit

Permalink
chore(deps): update docker.io/gotenberg/gotenberg docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent b442107 commit 758349c
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.10.2";
image = "docker.io/gotenberg/gotenberg:8.0.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 758349c

Please sign in to comment.