Skip to content

Commit

Permalink
switched pg testing db to correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
maffkipp committed May 16, 2024
1 parent 63fcc87 commit 3ffa5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
services:
testdb:
restart: unless-stopped
image: docker.io/library/postgres:16.2
image: docker.io/library/postgres:16.1
command: "-c log_statement=all"
environment:
- POSTGRES_USER=bloodhound
Expand Down

0 comments on commit 3ffa5b9

Please sign in to comment.