Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
<<: *postgres
# renovate: datasource=docker depName=postgres versioning=docker
# renovate: allowedVersions=13.x
image: postgres:13.21@sha256:15a91325881847d76ecd89f27c82533bdcf099db363a0d4757c2f2756a323c1d
image: postgres:13.22@sha256:aedabd10a05c7304233d006a186a42d7d350b11e702d227dc09a99882dafa142
volumes:
- postgres_data_13:/var/lib/postgresql/data
- ./docker/postgresql.conf:/etc/postgresql/postgresql.conf
Expand Down
Loading