Skip to content

Commit 70988cd

Browse files
committed
Change Postgres to 15.5
So that it matches the version that we currently use in the deployment environment.
1 parent 164043e commit 70988cd

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)