From ab638d5f62a2ee7f45d773ecdec47cca61596307 Mon Sep 17 00:00:00 2001 From: Kunal Gupta <39487888+iamKunalGupta@users.noreply.github.com> Date: Thu, 7 Nov 2024 06:28:58 +0530 Subject: [PATCH] fix: temporal admin tools image version (#2230) Image exists, but not tested, should be fine --- docker-compose-dev.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-dev.yml b/docker-compose-dev.yml index 2d492ca4c9..4807bde8b8 100644 --- a/docker-compose-dev.yml +++ b/docker-compose-dev.yml @@ -95,7 +95,7 @@ services: - TEMPORAL_ADDRESS=temporal:7233 - TEMPORAL_CLI_ADDRESS=temporal:7233 - TEMPORAL_CLI_SHOW_STACKS=1 - image: temporalio/admin-tools:1.25 + image: temporalio/admin-tools:1.25.2-tctl-1.18.1-cli-1.1.1 stdin_open: true tty: true entrypoint: /etc/temporal/entrypoint.sh diff --git a/docker-compose.yml b/docker-compose.yml index 860281b99c..393549f892 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -85,7 +85,7 @@ services: - TEMPORAL_ADDRESS=temporal:7233 - TEMPORAL_CLI_ADDRESS=temporal:7233 - TEMPORAL_CLI_SHOW_STACKS=1 - image: temporalio/admin-tools:1.25 + image: temporalio/admin-tools:1.25.2-tctl-1.18.1-cli-1.1.1 stdin_open: true tty: true entrypoint: /etc/temporal/entrypoint.sh