Skip to content

Commit 1543bd4

Browse files
authored
Update UI to v2.10.0 (#3841)
* Bump UI to v2.10.0 in docker-compose.yml * Bump UI to v2.10.0 in docker-compose.cdc.yml
1 parent 430d3a9 commit 1543bd4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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.8.3
8+
image: temporalio/ui:2.10.0
99
container_name: temporal-dev-ui-standby
1010
environment:
1111
- TEMPORAL_UI_PORT=8081
1212
temporal-ui-other:
13-
image: temporalio/ui:2.8.3
13+
image: temporalio/ui:2.10.0
1414
container_name: temporal-dev-ui-other
1515
environment:
1616
- TEMPORAL_UI_PORT=8082

develop/docker-compose/docker-compose.yml

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

8484
networks:
8585
temporal-dev-network:
8686
driver: bridge
8787
name: temporal-dev-network
88-

0 commit comments

Comments
 (0)