Skip to content

Commit 34948ae

Browse files
authored
Upgrade Web UI to v0.28.1 (#657)
1 parent a3d0334 commit 34948ae

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docker/docker-compose-cockroach.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
depends_on:
3838
- temporal
3939
temporal-web:
40-
image: temporalio/web:${WEB_TAG:-0.28.0}
40+
image: temporalio/web:${WEB_TAG:-0.28.1}
4141
environment:
4242
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
4343
- "TEMPORAL_PERMIT_WRITE_API=true"

docker/docker-compose-es.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ services:
4949
depends_on:
5050
- temporal
5151
temporal-web:
52-
image: temporalio/web:${WEB_TAG:-0.28.0}
52+
image: temporalio/web:${WEB_TAG:-0.28.1}
5353
environment:
5454
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
5555
- "TEMPORAL_PERMIT_WRITE_API=true"

docker/docker-compose-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
depends_on:
2929
- temporal
3030
temporal-web:
31-
image: temporalio/web:${WEB_TAG:-0.28.0}
31+
image: temporalio/web:${WEB_TAG:-0.28.1}
3232
environment:
3333
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
3434
- "TEMPORAL_PERMIT_WRITE_API=true"

docker/docker-compose-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
depends_on:
3131
- temporal
3232
temporal-web:
33-
image: temporalio/web:${WEB_TAG:-0.28.0}
33+
image: temporalio/web:${WEB_TAG:-0.28.1}
3434
environment:
3535
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
3636
- "TEMPORAL_PERMIT_WRITE_API=true"

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
depends_on:
2525
- temporal
2626
temporal-web:
27-
image: temporalio/web:${WEB_TAG:-0.28.0}
27+
image: temporalio/web:${WEB_TAG:-0.28.1}
2828
environment:
2929
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
3030
- "TEMPORAL_PERMIT_WRITE_API=true"

0 commit comments

Comments
 (0)