Skip to content

Commit 74e0f87

Browse files
authored
Update PostgreSQL image to version 17 in docker-compose.yml (#748)
1 parent de4da3e commit 74e0f87

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,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:16
3+
image: postgres:17
44
environment:
55
POSTGRES_USER: postgres
66
POSTGRES_PASSWORD: test

0 commit comments

Comments
 (0)