build with latest pgbouncer

This commit is contained in:
Felix Kunde 2026-04-24 08:46:44 +02:00
parent 09e1cad48e
commit ab06b6b532
1 changed files with 2 additions and 5 deletions

View File

@ -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