Skip to content

Commit 473b449

Browse files
authored
update development version of temporalio/ui to 2.10.1 (#3869)
update temporalio/ui to 2.10.1
1 parent b40a4ac commit 473b449

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

develop/docker-compose/docker-compose.cdc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ version: "3.5"
55

66
services:
77
temporal-ui-standby:
8-
image: temporalio/ui:2.10.0
8+
image: temporalio/ui:2.10.1
99
container_name: temporal-dev-ui-standby
1010
environment:
1111
- TEMPORAL_UI_PORT=8081
1212
temporal-ui-other:
13-
image: temporalio/ui:2.10.0
13+
image: temporalio/ui:2.10.1
1414
container_name: temporal-dev-ui-other
1515
environment:
1616
- TEMPORAL_UI_PORT=8082

develop/docker-compose/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
volumes:
7979
- ./grafana/provisioning/:/etc/grafana/provisioning/
8080
temporal-ui:
81-
image: temporalio/ui:2.10.0
81+
image: temporalio/ui:2.10.1
8282
container_name: temporal-dev-ui
8383

8484
networks:

0 commit comments

Comments
 (0)