diff --git a/apps/dokploy/templates/gotenberg/docker-compose.yml b/apps/dokploy/templates/gotenberg/docker-compose.yml index fb174e28..f06d9025 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.2 + image: gotenberg/gotenberg:8.15.3 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 9fa11619..47c001b1 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.2", + version: "v8.15.3", description: "Gotenberg is a Docker-powered stateless API for PDF files.", logo: "gotenberg.png",