Merge branch 'sh-upgrade-pg-12.9' into 'master'

Make PostgreSQL v12 the default

See merge request gitlab-org/gitlab-build-images!449
This commit is contained in:
Stan Hu 2021-11-11 16:05:30 +00:00
commit 992ecc3d06

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 -