Skip to content

Commit 83228f9

Browse files
authored
chore(deps): update postgres:13.21 docker digest to 42654ff (rnaveiras#388)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | postgres | digest | `b5a2a47` -> `42654ff` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 1db35d4 + 95f905f commit 83228f9

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

0 commit comments

Comments
 (0)