Skip to content

Commit cde33da

Browse files
Update postgres Docker tag to v17
1 parent 62f116f commit cde33da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ services:
154154
- POSTGRES_PASSWORD=postgres
155155

156156
postgres:
157-
image: postgres:15-bookworm
157+
image: postgres:17-bookworm
158158
command: -c 'max_connections=300'
159159
environment:
160160
POSTGRES_DB: "progressor_db"

0 commit comments

Comments
 (0)