We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983e604 commit 26a6649Copy full SHA for 26a6649
contrib/run-integration-pgsql.sh
@@ -21,7 +21,7 @@ stop_container() {
21
}
22
23
echo "Starting postgres"
24
-container_id="$(docker run -d --rm "${container_opts[@]}" postgres)"
+container_id="$(docker run -d --rm "${container_opts[@]}" postgres:12)"
25
[[ -n $container_id ]] || die "failed to create postgres container"
26
trap stop_container EXIT
27
0 commit comments