From 235f71490d8812bd6c5771d6e4af57f57b55684d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 02:33:26 +0000 Subject: [PATCH] chore(deps): update calcom/cal.com docker tag to v3.7.15 (#2405) --- apps/calcom/config.json | 13 +++++++++---- apps/calcom/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/calcom/config.json b/apps/calcom/config.json index c1b579e1..4c4720d8 100644 --- a/apps/calcom/config.json +++ b/apps/calcom/config.json @@ -1,7 +1,10 @@ { "author": "cal.com", "available": true, - "categories": ["calendar", "social"], + "categories": [ + "calendar", + "social" + ], "description": "The open source Calendly successor. You are in charge of your own data, workflow, and appearance.\nCalendly and other scheduling tools are awesome. It made our lives massively easier. We're using it for business meetings, seminars, yoga classes, and even calls with our families. However, most tools are very limited in terms of control and customization.\n That's where Cal.com comes in. Self-hosted or hosted by us. White-label by design. API-driven and ready to be deployed on your own domain. Full control of your events and data.", "exposable": true, "form_fields": [ @@ -96,8 +99,10 @@ "port": 8294, "short_desc": "Scheduling infrastructure for absolutely everyone.", "source": "https://github.com/calcom/cal.com", - "supported_architectures": ["amd64"], - "tipi_version": 2, - "version": "3.7.11", + "supported_architectures": [ + "amd64" + ], + "tipi_version": 3, + "version": "3.7.15", "website": "https://cal.com/" } diff --git a/apps/calcom/docker-compose.yml b/apps/calcom/docker-compose.yml index c3be3693..164c514b 100644 --- a/apps/calcom/docker-compose.yml +++ b/apps/calcom/docker-compose.yml @@ -4,7 +4,7 @@ services: calcom: container_name: calcom - image: calcom/cal.com:v3.7.11 + image: calcom/cal.com:v3.7.15 restart: unless-stopped ports: - ${APP_PORT}:3000