app icon indicating copy to clipboard operation
app copied to clipboard

Update temporal container versions.

Open lotyp opened this issue 1 year ago • 1 comments

Currently, when new app is being generated, and if temporal support is checked at the beginning, application will be created with outdated temporalio containers.

Currently it is created with "temporalio/web:1.13.0" which is 2 years old, and looks like temporal migrated from web to ui container name.

Docker compose examples from temporal:

https://github.com/temporalio/docker-compose/blob/main/docker-compose-postgres.yml

lotyp avatar Jul 29 '24 20:07 lotyp

Temporal auto-setup also can be updated from 1.14.2 to 1.24

https://hub.docker.com/r/temporalio/auto-setup/tags

lotyp avatar Jul 29 '24 20:07 lotyp

Fixed in #155

roxblnfk avatar Apr 20 '25 15:04 roxblnfk