Skip to content

Commit d0637b5

Browse files
chore(deps): update docker-compose dependencies (#3628)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | digest | `f898ac4` -> `48c8ad3` | | [temporalio/ui](https://redirect.github.com/temporalio/ui-server) | minor | `2.41.0` -> `2.42.1` | --- ### Release Notes <details> <summary>temporalio/ui-server (temporalio/ui)</summary> ### [`v2.42.1`](https://redirect.github.com/temporalio/ui-server/releases/tag/v2.42.1) [Compare Source](https://redirect.github.com/temporalio/ui-server/compare/v2.41.0...v2.42.1) Release synced from [[email protected]](https://redirect.github.com/temporalio/ui/releases/tag/v2.42.1) **Full Changelog**: <temporalio/ui-server@v2.42.0...v2.42.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm on monday" in timezone Etc/UTC, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c13b20 commit d0637b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ x-flow-worker-env: &flow-worker-env
4141
services:
4242
catalog:
4343
container_name: catalog
44-
image: postgres:18-alpine@sha256:f898ac406e1a9e05115cc2efcb3c3abb3a92a4c0263f3b6f6aaae354cbb1953a
44+
image: postgres:18-alpine@sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40
4545
command: -c config_file=/etc/postgresql.conf
4646
ports:
4747
- 9901:5432
@@ -112,7 +112,7 @@ services:
112112
- TEMPORAL_ADDRESS=temporal:7233
113113
- TEMPORAL_CORS_ORIGINS=http://localhost:3000
114114
- TEMPORAL_CSRF_COOKIE_INSECURE=true
115-
image: temporalio/ui:2.41.0@sha256:87607eb9410318c812974dac55f274a506b47cde7542b08b000b5bcdeb35d640
115+
image: temporalio/ui:2.42.1@sha256:64e8d7d3cb24072373034186cd2be41338b75c02cdaba8fec68de9d76ed3b60a
116116
ports:
117117
- 8085:8080
118118

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ x-flow-worker-env: &flow-worker-env
3434
services:
3535
catalog:
3636
container_name: catalog
37-
image: postgres:18-alpine@sha256:f898ac406e1a9e05115cc2efcb3c3abb3a92a4c0263f3b6f6aaae354cbb1953a
37+
image: postgres:18-alpine@sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40
3838
command: -c config_file=/etc/postgresql.conf
3939
restart: unless-stopped
4040
ports:
@@ -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.41.0@sha256:87607eb9410318c812974dac55f274a506b47cde7542b08b000b5bcdeb35d640
111+
image: temporalio/ui:2.42.1@sha256:64e8d7d3cb24072373034186cd2be41338b75c02cdaba8fec68de9d76ed3b60a
112112
ports:
113113
- 8085:8080
114114

0 commit comments

Comments
 (0)