Skip to content

Commit 378ffdd

Browse files
chore(deps): update postgres docker tag to v18
1 parent dd1a22d commit 378ffdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
postgres:
5-
image: postgres:17
5+
image: postgres:18
66
healthcheck:
77
test: psql postgres --command "select 1" -U postgres
88
volumes:

0 commit comments

Comments
 (0)