Skip to content

Commit d560842

Browse files
authored
chore(deps): update postgres:16.9 docker digest to 918e8e7 (rnaveiras#380)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | digest | `2e7c735` -> `918e8e7` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on Saturday" in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/rnaveiras/postgres_exporter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents c8539a6 + b1ccd88 commit d560842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
<<: *postgres
6161
# renovate: datasource=docker depName=postgres versioning=docker
6262
# renovate: allowedVersions=16.x
63-
image: postgres:16.9@sha256:2e7c735993bf456ee1977c40dd82e66875e25f7ee9dfe1e5118fb24887104d85
63+
image: postgres:16.9@sha256:918e8e72b35b5370901965ce3da5a355c3537cb5e10c38e82c2b6f174b758334
6464
volumes:
6565
- postgres_data_16:/var/lib/postgresql/data
6666
- ./docker/postgresql.conf:/etc/postgresql/postgresql.conf

0 commit comments

Comments
 (0)