Skip to content

Commit 69984e4

Browse files
authored
Merge pull request #110 from rust-lang/update-db
Change Postgres to 15.5
2 parents 6eefb91 + 70988cd commit 69984e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
db:
4-
image: postgres:16
4+
image: postgres:15.5
55
environment:
66
POSTGRES_USER: bors
77
POSTGRES_PASSWORD: bors

0 commit comments

Comments
 (0)