Release v1.11.2 (#38)

This commit is contained in:
Yimin Chen
2021-07-22 14:30:37 -07:00
committed by GitHub
parent 3d857b94f6
commit 0e7d366584
7 changed files with 14 additions and 14 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.11.1
image: temporalio/auto-setup:1.11.2
networks:
- temporal-network
ports:
@@ -27,7 +27,7 @@ services:
- temporal
environment:
- TEMPORAL_CLI_ADDRESS=temporal:7233
image: temporalio/admin-tools:1.11.1
image: temporalio/admin-tools:1.11.2
networks:
- temporal-network
stdin_open: true