Skip to content

Commit f791216

Browse files
Update docker-compose dependencies (#4426)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [temporalio/auto-setup](https://redirect.github.com/temporalio/docker-builds) | digest | `1263120` → `f14912b` | | [temporalio/ui](https://redirect.github.com/temporalio/ui-server) | minor | `2.50.0` → `2.51.0` | --- > [!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.0`](https://redirect.github.com/temporalio/ui-server/releases/tag/v2.51.0) [Compare Source](https://redirect.github.com/temporalio/ui-server/compare/v2.50.0...v2.51.0) Release synced from [ui@v2.51.0](https://redirect.github.com/temporalio/ui/releases/tag/v2.51.0) #### What's Changed - Remove stale ui/assets/local before copying fresh build by [@&#8203;rossnelson](https://redirect.github.com/rossnelson) in [#&#8203;333](https://redirect.github.com/temporalio/ui-server/pull/333) **Full Changelog**: <temporalio/ui-server@v2.50.0...v2.51.0> </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 464749d commit f791216

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ services:
9292
- POSTGRES_PWD=postgres
9393
- POSTGRES_SEEDS=catalog
9494
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development-sql.yaml
95-
image: temporalio/auto-setup:1.29@sha256:1263120feed69d82e4ca23b8ca6f1d702c3029fe70714e382966d0192318eab6
95+
image: temporalio/auto-setup:1.29@sha256:f14912b699cf73015ad5c4fc18d522d4b014db90e794039214dfb7c022c2644f
9696
ports:
9797
- *temporal-port
9898
volumes:
@@ -129,7 +129,7 @@ services:
129129
- TEMPORAL_ADDRESS=temporal:7233
130130
- TEMPORAL_CORS_ORIGINS=http://localhost:3030
131131
- TEMPORAL_CSRF_COOKIE_INSECURE=true
132-
image: temporalio/ui:2.50.0@sha256:49a61456f6b770af926d6d7d74f63ebb4b9a3c5abc4fb68ddb146321d49391e4
132+
image: temporalio/ui:2.51.0@sha256:5c72329a014fb247ef66d051dd45b3a5c251d06f82709a852e364f0fd8b69a04
133133
ports:
134134
- *temporal-ui-port
135135

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070
- POSTGRES_PWD=postgres
7171
- POSTGRES_SEEDS=catalog
7272
- DYNAMIC_CONFIG_FILE_PATH=config/dynamicconfig/development-sql.yaml
73-
image: temporalio/auto-setup:1.29@sha256:1263120feed69d82e4ca23b8ca6f1d702c3029fe70714e382966d0192318eab6
73+
image: temporalio/auto-setup:1.29@sha256:f14912b699cf73015ad5c4fc18d522d4b014db90e794039214dfb7c022c2644f
7474
ports:
7575
- 7233:7233
7676
volumes:
@@ -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.50.0@sha256:49a61456f6b770af926d6d7d74f63ebb4b9a3c5abc4fb68ddb146321d49391e4
111+
image: temporalio/ui:2.51.0@sha256:5c72329a014fb247ef66d051dd45b3a5c251d06f82709a852e364f0fd8b69a04
112112
ports:
113113
- 8085:8080
114114

0 commit comments

Comments
 (0)