Skip to content

Commit

Permalink
fix: temporal admin tools image version (#2230)
Browse files Browse the repository at this point in the history
Image exists, but not tested, should be fine
  • Loading branch information
iamKunalGupta authored Nov 7, 2024
1 parent 42e3636 commit ab638d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab638d5

Please sign in to comment.