app
app copied to clipboard
Update temporal container versions.
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
Temporal auto-setup also can be updated from 1.14.2 to 1.24
https://hub.docker.com/r/temporalio/auto-setup/tags
Fixed in #155