mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
commit
992ecc3d06
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue