Skip to content

Commit 67fc7f3

Browse files
authored
chore(deps): update postgres docker tag to v13.21 (rnaveiras#359)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | minor | `13.20` -> `13.21` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 49598be + 37b1400 commit 67fc7f3

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.20@sha256:d714ce760cbf3572aa9f72d9f305f27de79b9e6bdbf81613cd4859df5408831e
30+
image: postgres:13.21@sha256:9b6a9504a4b804c8f0cf52f4d16477289f8e1dfa269a689d778feaca6fbe1f4f
3131
volumes:
3232
- postgres_data_13:/var/lib/postgresql/data
3333
- ./docker/postgresql.conf:/etc/postgresql/postgresql.conf

0 commit comments

Comments
 (0)