feat: bump calcom version to 3.7.11

This commit is contained in:
Sturdy 2024-02-06 19:14:56 +01:00
parent 83698e7b3b
commit 2f047a834f
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"id": "calcom",
"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.",
"tipi_version": 1,
"version": "3.7.9",
"tipi_version": 2,
"version": "3.7.11",
"categories": ["calendar", "social"],
"short_desc": "Scheduling infrastructure for absolutely everyone.",
"author": "cal.com",

View File

@ -4,7 +4,7 @@ services:
calcom:
container_name: calcom
image: calcom/cal.com:v3.7.9
image: calcom/cal.com:v3.7.11
restart: unless-stopped
ports:
- ${APP_PORT}:3000