Skip to content

Commit a6a5510

Browse files
Update temporalio/ui Docker tag to v2.51.1 (#4544)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [temporalio/ui](https://redirect.github.com/temporalio/ui-server) | patch | `2.51.0` → `2.51.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/2225) for more information. --- ### Release Notes <details> <summary>temporalio/ui-server (temporalio/ui)</summary> ### [`v2.51.1`](https://redirect.github.com/temporalio/ui-server/releases/tag/v2.51.1) [Compare Source](https://redirect.github.com/temporalio/ui-server/compare/v2.51.0...v2.51.1) Release synced from [ui@v2.51.1](https://redirect.github.com/temporalio/ui/releases/tag/v2.51.1) **Full Changelog**: <temporalio/ui-server@v2.51.0...v2.51.1> </details> --- ### Configuration 📅 **Schedule**: (in timezone Etc/UTC) - Branch creation - "after 5pm on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/PeerDB-io/peerdb). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 477439e commit a6a5510

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ services:
131131
- TEMPORAL_ADDRESS=temporal:7233
132132
- TEMPORAL_CORS_ORIGINS=http://localhost:3030
133133
- TEMPORAL_CSRF_COOKIE_INSECURE=true
134-
image: temporalio/ui:2.51.0@sha256:5c72329a014fb247ef66d051dd45b3a5c251d06f82709a852e364f0fd8b69a04
134+
image: temporalio/ui:2.51.1@sha256:6d2fbeba176c9f6f93cd3b352742cd21a25b3e2f467b276aacbb9b5b2bfde00f
135135
ports:
136136
- *temporal-ui-port
137137

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ services:
108108
- TEMPORAL_ADDRESS=temporal:7233
109109
- TEMPORAL_CORS_ORIGINS=http://localhost:3000
110110
- TEMPORAL_CSRF_COOKIE_INSECURE=true
111-
image: temporalio/ui:2.51.0@sha256:5c72329a014fb247ef66d051dd45b3a5c251d06f82709a852e364f0fd8b69a04
111+
image: temporalio/ui:2.51.1@sha256:6d2fbeba176c9f6f93cd3b352742cd21a25b3e2f467b276aacbb9b5b2bfde00f
112112
ports:
113113
- 8085:8080
114114

0 commit comments

Comments
 (0)