We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2d715 commit bc5c902Copy full SHA for bc5c902
compose.yaml
@@ -38,7 +38,7 @@ services:
38
<<: *postgres
39
# renovate: datasource=docker depName=postgres versioning=docker
40
# renovate: allowedVersions=14.x
41
- image: postgres:14.18@sha256:90da0743e4ed7939b08e2945e0451401b4d7abd792530c7d3cc2da82ed534f08
+ image: postgres:14.19@sha256:445df84770a5a99d141a79700f2806313bf9569ffa08a71f055b28702859a981
42
volumes:
43
- postgres_data_14:/var/lib/postgresql/data
44
- ./docker/postgresql.conf:/etc/postgresql/postgresql.conf
0 commit comments