From a82fd6a09bc2412b572fe9a818e17e48684676f8 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 11 Nov 2021 07:50:17 -0800 Subject: [PATCH] Make PostgreSQL v12 the default This commit is just needed to trigger a new build with PostgreSQL v12.9. --- scripts/install-postgresql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-postgresql b/scripts/install-postgresql index 0e38e68..11784ae 100755 --- a/scripts/install-postgresql +++ b/scripts/install-postgresql @@ -2,7 +2,7 @@ set -xeuo pipefail IFS=$'\n\t' -POSTGRES_VERSION=${1:-9.6} +POSTGRES_VERSION=${1:-12} export DEBIAN_FRONTEND=noninteractive curl -sS -L https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -