mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Make PostgreSQL v12 the default
This commit is just needed to trigger a new build with PostgreSQL v12.9.
This commit is contained in:
parent
1a37dd66af
commit
a82fd6a09b
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