build with latest pgbouncer
This commit is contained in:
parent
09e1cad48e
commit
ab06b6b532
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue