chore(deps): update calcom/cal.com docker tag to v4 (#3584)

* chore(deps): update calcom/cal.com docker tag to v4

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
renovate[bot] 2024-06-02 13:06:54 +02:00 committed by GitHub
parent e6fcac4459
commit b3cfefe538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -1,10 +1,7 @@
{
"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": [
@ -107,10 +104,8 @@
"port": 8294,
"short_desc": "Scheduling infrastructure for absolutely everyone.",
"source": "https://github.com/calcom/cal.com",
"supported_architectures": [
"amd64"
],
"tipi_version": 10,
"version": "3.9.1",
"supported_architectures": ["amd64"],
"tipi_version": 11,
"version": "4.1.4",
"website": "https://cal.com/"
}

View File

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