From d27488d1ab0d8d320f2fed3aba279e77f35ba4d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:16:04 +0000 Subject: [PATCH] chore(deps): update docker.io/gotenberg/gotenberg docker tag to v8.8.1 --- hosts/artemis/applications/paperless.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"