Skip to content

Commit 26a6649

Browse files
committed
run-integration-pgsql: pin postgres container to tag '12'
1 parent 983e604 commit 26a6649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/run-integration-pgsql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ stop_container() {
2121
}
2222

2323
echo "Starting postgres"
24-
container_id="$(docker run -d --rm "${container_opts[@]}" postgres)"
24+
container_id="$(docker run -d --rm "${container_opts[@]}" postgres:12)"
2525
[[ -n $container_id ]] || die "failed to create postgres container"
2626
trap stop_container EXIT
2727

0 commit comments

Comments
 (0)