fix: switch to using gotenberg "latest" tag

This commit is contained in:
Khiet Tam Nguyen
2025-01-07 09:07:38 +11:00
parent 4e581bae99
commit 644fb1ef43
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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",