diff --git a/hosts/artemis/applications/paperless.nix b/hosts/artemis/applications/paperless.nix index ae6d7b2d..46282c9e 100644 --- a/hosts/artemis/applications/paperless.nix +++ b/hosts/artemis/applications/paperless.nix @@ -45,7 +45,7 @@ in virtualisation.oci-containers.containers.gotenberg = { user = "gotenberg:gotenberg"; - image = "docker.io/gotenberg/gotenberg:8.3.0"; + image = "docker.io/gotenberg/gotenberg:8.8.1"; cmd = [ "gotenberg" "--chromium-disable-javascript=true" "--chromium-allow-list=file:///tmp/.*" ]; ports = [ "127.0.0.1:${gotenbergPort}:3000"