Skip to content

Commit bb9f27e

Browse files
chore(deps): update docker-compose dependencies (#3359)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [bitnami/minio](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/minio)) | digest | `a70e90b` -> `4707bf7` | | postgres | digest | `6567bca` -> `3406990` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5678ff8 commit bb9f27e

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
@@ -43,7 +43,7 @@ x-flow-worker-env: &flow-worker-env
4343
services:
4444
catalog:
4545
container_name: catalog
46-
image: postgres:17-alpine@sha256:6567bca8d7bc8c82c5922425a0baee57be8402df92bae5eacad5f01ae9544daa
46+
image: postgres:17-alpine@sha256:3406990b6e4c7192317b6fdc5680498744f6142f01f0287f4ee0420d8c74063c
4747
command: -c config_file=/etc/postgresql.conf
4848
ports:
4949
- 9901:5432
@@ -207,7 +207,7 @@ services:
207207
- flow-api
208208

209209
minio:
210-
image: bitnami/minio:2025.7.23@sha256:a70e90bb70f4732221901de53502334cef58665c6c4275a014d47adad10e1883
210+
image: bitnami/minio:2025.7.23@sha256:4707bf769bba6653d5c5653b18b619d7397b35efc6f402aebfd0a93a5309a0c0
211211
volumes:
212212
- minio-data:/data
213213
ports:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ x-flow-worker-env: &flow-worker-env
3636
services:
3737
catalog:
3838
container_name: catalog
39-
image: postgres:17-alpine@sha256:6567bca8d7bc8c82c5922425a0baee57be8402df92bae5eacad5f01ae9544daa
39+
image: postgres:17-alpine@sha256:3406990b6e4c7192317b6fdc5680498744f6142f01f0287f4ee0420d8c74063c
4040
command: -c config_file=/etc/postgresql.conf
4141
restart: unless-stopped
4242
ports:
@@ -188,7 +188,7 @@ services:
188188
- flow-api
189189

190190
minio:
191-
image: bitnami/minio:2025.7.23@sha256:a70e90bb70f4732221901de53502334cef58665c6c4275a014d47adad10e1883
191+
image: bitnami/minio:2025.7.23@sha256:4707bf769bba6653d5c5653b18b619d7397b35efc6f402aebfd0a93a5309a0c0
192192
restart: unless-stopped
193193
volumes:
194194
- minio-data:/data

0 commit comments

Comments
 (0)