Skip to content

Commit 6f62fdb

Browse files
authored
Bump Web to v1.11.0 (#39)
1 parent 0e7d366 commit 6f62fdb

7 files changed

+7
-7
lines changed

docker-compose-cas-es.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.10.0
56+
image: temporalio/web:1.11.0
5757
networks:
5858
- temporal-network
5959
ports:

docker-compose-cockroach-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
- temporal
6767
environment:
6868
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
69-
image: temporalio/web:1.9.1
69+
image: temporalio/web:1.11.0
7070
networks:
7171
- temporal-network
7272
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.10.0
56+
image: temporalio/web:1.11.0
5757
networks:
5858
- temporal-network
5959
ports:

docker-compose-mysql-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
- temporal
5858
environment:
5959
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
60-
image: temporalio/web:1.10.0
60+
image: temporalio/web:1.11.0
6161
networks:
6262
- temporal-network
6363
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.10.0
48+
image: temporalio/web:1.11.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.10.0
49+
image: temporalio/web:1.11.0
5050
networks:
5151
- temporal-network
5252
ports:

docker-compose.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.10.0
42+
image: temporalio/web:1.11.0
4343
networks:
4444
- temporal-network
4545
ports:

0 commit comments

Comments
 (0)