Skip to content

Commit

Permalink
feat(docker-image): update gotenberg/gotenberg docker tag to v8.10.0
Browse files Browse the repository at this point in the history
| datasource | package             | from  | to     |
| ---------- | ------------------- | ----- | ------ |
| docker     | gotenberg/gotenberg | 8.9.2 | 8.10.0 |
  • Loading branch information
renovate[bot] committed Sep 26, 2024
1 parent b67920f commit 13e7466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/nixos/services/paperless/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ in
virtualisation.oci-containers.containers = {
gotenberg = {
user = "gotenberg:gotenberg";
image = "gotenberg/gotenberg:8.9.2";
image = "gotenberg/gotenberg:8.10.0";
cmd = [ "gotenberg" "--chromium-disable-javascript=true" "--chromium-allow-list=file:///tmp/.*" ];
ports = [
"127.0.0.1:${gotenbergPort}:3000"
Expand Down

0 comments on commit 13e7466

Please sign in to comment.