From 9dd492305354923402b656efae191b2375185f98 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 29 Jun 2026 13:33:04 +0200 Subject: [PATCH] calcom: fix non-existent image pin v4.8.7 -> v4.6.9 (nearest valid 4.x) calcom/cal.com:v4.8.7 is a git tag with no published Docker image; the manifest is unknown. v4.6.9 is the nearest valid 4.x image (same EMAIL_SERVER_* env behavior). Co-Authored-By: Claude Opus 4.8 (1M context) --- templates/calcom/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/calcom/docker-compose.yml b/templates/calcom/docker-compose.yml index 5cfefd9..d4ab28d 100644 --- a/templates/calcom/docker-compose.yml +++ b/templates/calcom/docker-compose.yml @@ -11,7 +11,7 @@ services: calcom: - image: calcom/cal.com:v4.8.7 + image: calcom/cal.com:v4.6.9 container_name: calcom restart: unless-stopped depends_on: