We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a621b02 commit 9427bcaCopy full SHA for 9427bca
hosts/artemis/applications/paperless.nix
@@ -45,7 +45,7 @@ in
45
46
virtualisation.oci-containers.containers.gotenberg = {
47
user = "gotenberg:gotenberg";
48
- image = "docker.io/gotenberg/gotenberg:8.7.0";
+ image = "docker.io/gotenberg/gotenberg:8.16.0";
49
cmd = [ "gotenberg" "--chromium-disable-javascript=true" "--chromium-allow-list=file:///tmp/.*" ];
50
ports = [
51
"127.0.0.1:${gotenbergPort}:3000"
0 commit comments