Skip to content

Commit 6d952c7

Browse files
authored
Bump Web to v1.8.1 (#22)
1 parent 61f7abf commit 6d952c7

6 files changed

+6
-6
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.8.0
56+
image: temporalio/web:1.8.1
5757
networks:
5858
- temporal-network
5959
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.8.0
56+
image: temporalio/web:1.8.1
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.8.0
60+
image: temporalio/web:1.8.1
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.8.0
48+
image: temporalio/web:1.8.1
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.8.0
49+
image: temporalio/web:1.8.1
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.8.0
42+
image: temporalio/web:1.8.1
4343
networks:
4444
- temporal-network
4545
ports:

0 commit comments

Comments
 (0)