Skip to content

Commit 48b38d5

Browse files
authored
Tag Web v1.6.0 (#4)
1 parent 8681c8e commit 48b38d5

6 files changed

+6
-6
lines changed

docker-compose-cas-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
environment:
6969
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
7070
- TEMPORAL_PERMIT_WRITE_API=true
71-
image: temporalio/web:1.5.0
71+
image: temporalio/web:1.6.0
7272
networks:
7373
- temporal-network
7474
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.5.0
56+
image: temporalio/web:1.6.0
5757
networks:
5858
- temporal-network
5959
ports:

docker-compose-mysql-es.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ services:
7272
- temporal
7373
environment:
7474
- TEMPORAL_GRPC_ENDPOINT=temporal:7233
75-
image: temporalio/web:1.5.0
75+
image: temporalio/web:1.6.0
7676
networks:
7777
- temporal-network
7878
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.5.0
48+
image: temporalio/web:1.6.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.5.0
49+
image: temporalio/web:1.6.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.5.0
42+
image: temporalio/web:1.6.0
4343
networks:
4444
- temporal-network
4545
ports:

0 commit comments

Comments
 (0)