Skip to content

Commit 4bae9ce

Browse files
committed
Update docker db image to postgres 17 prior to Heroku database update to keep versions matched locally and in production
1 parent 8e1acbd commit 4bae9ce

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
@@ -12,7 +12,7 @@ services:
1212
- strapi.teachcomputing.test
1313

1414
db:
15-
image: postgres:14
15+
image: postgres:17
1616
volumes:
1717
- pg-data:/var/lib/postgresql/data
1818
ports:

0 commit comments

Comments
 (0)