Release v1.10.1 (#32)

This commit is contained in:
wxing1292
2021-06-07 16:24:40 -07:00
committed by GitHub
parent 8f47e77068
commit bfb5efd725
6 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ services:
environment:
- CASSANDRA_SEEDS=cassandra
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development.yaml
image: temporalio/auto-setup:1.9.2
image: temporalio/auto-setup:1.10.1
networks:
- temporal-network
ports:
@@ -27,7 +27,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.9.2
image: temporalio/admin-tools:1.10.1
networks:
- temporal-network
stdin_open: true