Skip to content

Commit c8539a6

Browse files
authored
chore(deps): update postgres:13.21 docker digest to b5a2a47 (rnaveiras#377)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | digest | `e119566` -> `b5a2a47` | --- ### 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 019c345 + 0530454 commit c8539a6

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
@@ -27,7 +27,7 @@ services:
2727
<<: *postgres
2828
# renovate: datasource=docker depName=postgres versioning=docker
2929
# renovate: allowedVersions=13.x
30-
image: postgres:13.21@sha256:e1195666dc3edf6c8447bea6df9d7bccfdda66ab927d1f68b1b6e0cc2262c232
30+
image: postgres:13.21@sha256:b5a2a475dec30df4835184909451b89e5a2e87d90e69e1c905ace8b941bbbdf4
3131
volumes:
3232
- postgres_data_13:/var/lib/postgresql/data
3333
- ./docker/postgresql.conf:/etc/postgresql/postgresql.conf

0 commit comments

Comments
 (0)