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 f5cd02e commit 17aa80dCopy full SHA for 17aa80d
compose.yaml
@@ -60,7 +60,7 @@ services:
60
<<: *postgres
61
# renovate: datasource=docker depName=postgres versioning=docker
62
# renovate: allowedVersions=16.x
63
- image: postgres:16.8@sha256:cef2d22004db69e3d601442ca4cac142adda0987ad7ca4f28c4e998bef690951
+ image: postgres:16.8@sha256:301bcb60b8a3ee4ab7e147932723e3abd1cef53516ce5210b39fd9fe5e3602ae
64
volumes:
65
- postgres_data_16:/var/lib/postgresql/data
66
- ./docker/postgresql.conf:/etc/postgresql/postgresql.conf
0 commit comments