Skip to content

Commit

Permalink
Update postgres version for test to match production
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo committed Oct 1, 2024
1 parent ce58294 commit db1372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_postgres
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

echo "[-] Starting postgres"
container_id=$(docker run --rm -e POSTGRES_HOST_AUTH_METHOD=trust -p 5432:5432 -d postgres:12)
container_id=$(docker run --rm -e POSTGRES_HOST_AUTH_METHOD=trust -p 5432:5432 -d postgres:15)

cleanup() {
echo "[-] Stopping postgres"
Expand Down

0 comments on commit db1372c

Please sign in to comment.