From ab06b6b532ea520ba96d40587e285df22be8ebf2 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Fri, 24 Apr 2026 08:46:44 +0200 Subject: [PATCH] build with latest pgbouncer --- pooler/Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pooler/Dockerfile b/pooler/Dockerfile index 6c6879475..5f927063f 100644 --- a/pooler/Dockerfile +++ b/pooler/Dockerfile @@ -7,11 +7,8 @@ RUN apk --update add \ WORKDIR /src -RUN git clone \ - --single-branch \ - --branch=stable-1.23 \ - --depth 1 \ - https://github.com/pgbouncer/pgbouncer.git . +RUN git clone --single-branch --depth 1 https://github.com/pgbouncer/pgbouncer.git . && \ + git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) RUN git submodule init && git submodule update