calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
662 stars 344 forks source link

Pre-built docker image is out of date #216

Closed kolaente closed 1 year ago

kolaente commented 1 year ago

The docker image in the example docker-compose.yml, calcom.docker.scarf.sh/calcom/cal.com, seems to use version 2.6.0 while the latest is 2.6.0.

krumware commented 1 year ago

There was an issue with the cal.com core where the version was not properly updated in the package.json, so the UI appeared to be on 2.6.0 even though it was actually 2.6.1/2.6.2.

Will reevaluate alongside build issue with 2.6.3

kolaente commented 1 year ago

But the docker image is built on every release? So I can retire my own build setup?

krumware commented 1 year ago

The docker image is built every release and you can also target :main for the nightlies. :v2.6.2 is the tag for the v2 6.2 release

krumware commented 1 year ago

This is resolved