Skip to content

Commit cd71623

Browse files
⬆ Bump postgres from 12 to 17 (#1580)
Bumps postgres from 12 to 17. --- updated-dependencies: - dependency-name: postgres dependency-version: '17' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7db5099 commit cd71623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
db:
4-
image: postgres:12
4+
image: postgres:17
55
restart: always
66
healthcheck:
77
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}"]

0 commit comments

Comments
 (0)