diff --git a/hosts/artemis/applications/paperless.nix b/hosts/artemis/applications/paperless.nix index 9d7c8907..6cc594bb 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.7.0"; + image = "docker.io/gotenberg/gotenberg:8.11.0"; cmd = [ "gotenberg" "--chromium-disable-javascript=true" "--chromium-allow-list=file:///tmp/.*" ]; ports = [ "127.0.0.1:${gotenbergPort}:3000"