Skip to content

Commit

Permalink
Use the stable Postgres 15 image on tests (#3293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius de Bruijn committed Oct 17, 2022
1 parent 3b88ffc commit b933adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:
- databases

postgres15:
image: postgres:15beta3
image: postgres:15
restart: always
command: postgres -c 'max_connections=1000'
environment:
Expand Down

0 comments on commit b933adf

Please sign in to comment.