Make PostgreSQL v12 the default

This commit is just needed to trigger a new build with PostgreSQL
v12.9.
This commit is contained in:
Stan Hu 2021-11-11 07:50:17 -08:00
parent 1a37dd66af
commit a82fd6a09b
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

View file

@ -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 -