Skip to content

Commit 2f84de0

Browse files
authored
Bump Web to v1.13.0 (#51)
1 parent 015dfe0 commit 2f84de0

9 files changed

+9
-9
lines changed

docker-compose-cas-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
environment:
5858
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
5959
- TEMPORAL_PERMIT_WRITE_API=true
60-
image: temporalio/web:1.12.0
60+
image: temporalio/web:1.13.0
6161
networks:
6262
- temporal-network
6363
ports:

docker-compose-cas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
environment:
4040
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
4141
- TEMPORAL_PERMIT_WRITE_API=true
42-
image: temporalio/web:1.12.0
42+
image: temporalio/web:1.13.0
4343
networks:
4444
- temporal-network
4545
ports:

docker-compose-cockroach-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070
- temporal
7171
environment:
7272
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
73-
image: temporalio/web:1.12.0
73+
image: temporalio/web:1.13.0
7474
networks:
7575
- temporal-network
7676
ports:

docker-compose-cockroach.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
environment:
5454
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
5555
- TEMPORAL_PERMIT_WRITE_API=true
56-
image: temporalio/web:1.12.0
56+
image: temporalio/web:1.13.0
5757
networks:
5858
- temporal-network
5959
ports:

docker-compose-mysql-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
- temporal
6262
environment:
6363
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
64-
image: temporalio/web:1.12.0
64+
image: temporalio/web:1.13.0
6565
networks:
6666
- temporal-network
6767
ports:

docker-compose-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ services:
4545
environment:
4646
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
4747
- TEMPORAL_PERMIT_WRITE_API=true
48-
image: temporalio/web:1.12.0
48+
image: temporalio/web:1.13.0
4949
networks:
5050
- temporal-network
5151
ports:

docker-compose-postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
environment:
4747
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
4848
- TEMPORAL_PERMIT_WRITE_API=true
49-
image: temporalio/web:1.12.0
49+
image: temporalio/web:1.13.0
5050
networks:
5151
- temporal-network
5252
ports:

docker-compose-ui-experimental.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ services:
7575
environment:
7676
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
7777
- TEMPORAL_PERMIT_WRITE_API=true
78-
image: temporalio/web:1.12.0
78+
image: temporalio/web:1.13.0
7979
networks:
8080
- temporal-network
8181
ports:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
environment:
6565
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
6666
- TEMPORAL_PERMIT_WRITE_API=true
67-
image: temporalio/web:1.12.0
67+
image: temporalio/web:1.13.0
6868
networks:
6969
- temporal-network
7070
ports:

0 commit comments

Comments
 (0)