Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-02-08 10:52:33 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-03-27 08:54:32 +0300
commitf837a0bfc6890d9622e0c9b6a7528261c976c4b8 (patch)
treeb3ce5fad9939ed6efafaef64d4e2c257a620b46b /.gitlab-ci.yml
parent82deda614397c7c4ad1fdb09294119e2877eb1d6 (diff)
ci: Update PgBouncer image to v1.17.0
Update the PgBouncer image we use to v1.17.0. While this is not the most recent version available, which would be v1.18.0, more recent versions somehow fail to work.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75a3a01b8..82d328fc3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ variables:
RUBY_VERSION: "3.0"
RUST_VERSION: "1.65.0"
POSTGRES_VERSION: "12-alpine"
- PGBOUNCER_VERSION: "1.16.1"
+ PGBOUNCER_VERSION: "1.17.0"
BUNDLE_PATH: "${CI_PROJECT_DIR}/_build/cache/ruby"
GOCACHE: "${CI_PROJECT_DIR}/_build/cache/go-build"
GOMODCACHE: "${CI_PROJECT_DIR}/_build/cache/go-mod"