diff --git a/apps/calcom/config.json b/apps/calcom/config.json index 8257dce1..5c7067bf 100644 --- a/apps/calcom/config.json +++ b/apps/calcom/config.json @@ -110,7 +110,7 @@ "supported_architectures": [ "amd64" ], - "tipi_version": 7, - "version": "3.8.6", + "tipi_version": 8, + "version": "3.8.7", "website": "https://cal.com/" } diff --git a/apps/calcom/docker-compose.yml b/apps/calcom/docker-compose.yml index c2370960..d0d04071 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.8.6 + image: calcom/cal.com:v3.8.7 restart: unless-stopped ports: - ${APP_PORT}:3000