Skip to content

Commit

Permalink
Upgrade Web UI to v0.28.1 (temporalio#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples authored Aug 5, 2020
1 parent a3d0334 commit 34948ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-cockroach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.28.0}
image: temporalio/web:${WEB_TAG:-0.28.1}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- "TEMPORAL_PERMIT_WRITE_API=true"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.28.0}
image: temporalio/web:${WEB_TAG:-0.28.1}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- "TEMPORAL_PERMIT_WRITE_API=true"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.28.0}
image: temporalio/web:${WEB_TAG:-0.28.1}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- "TEMPORAL_PERMIT_WRITE_API=true"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.28.0}
image: temporalio/web:${WEB_TAG:-0.28.1}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- "TEMPORAL_PERMIT_WRITE_API=true"
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
depends_on:
- temporal
temporal-web:
image: temporalio/web:${WEB_TAG:-0.28.0}
image: temporalio/web:${WEB_TAG:-0.28.1}
environment:
- "TEMPORAL_GRPC_ENDPOINT=temporal:7233"
- "TEMPORAL_PERMIT_WRITE_API=true"
Expand Down

0 comments on commit 34948ae

Please sign in to comment.