From 644fb1ef436b0b73968cec8983a22fcd3c4a77d1 Mon Sep 17 00:00:00 2001 From: Khiet Tam Nguyen Date: Tue, 7 Jan 2025 09:07:38 +1100 Subject: [PATCH] fix: switch to using gotenberg "latest" tag --- apps/dokploy/templates/gotenberg/docker-compose.yml | 2 +- apps/dokploy/templates/templates.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/gotenberg/docker-compose.yml b/apps/dokploy/templates/gotenberg/docker-compose.yml index f06d90251..814ac46ff 100644 --- a/apps/dokploy/templates/gotenberg/docker-compose.yml +++ b/apps/dokploy/templates/gotenberg/docker-compose.yml @@ -1,6 +1,6 @@ services: gotenberg: - image: gotenberg/gotenberg:8.15.3 + image: gotenberg/gotenberg:latest container_name: gotenberg environment: # NOTE: requires the --api-enable-basic-auth option in "command" diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 47c001b10..2024668a2 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -1199,7 +1199,7 @@ export const templates: TemplateData[] = [ { id: "gotenberg", name: "Gotenberg", - version: "v8.15.3", + version: "latest", description: "Gotenberg is a Docker-powered stateless API for PDF files.", logo: "gotenberg.png",