Skip to content

Commit

Permalink
Bump patroni commit id (#246)
Browse files Browse the repository at this point in the history
it contains bugfix related to postgres 9.3
  • Loading branch information
CyberDem0n authored Jun 26, 2018
1 parent 3cf05f0 commit ce79e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \

&& echo 4.0.0.dev0 > supervisor/version.txt; \
fi \
&& pip3 install "git+https://github.com/zalando/patroni.git@8a3b78ca7bb2bb6af1fe25921cfb5f08fe38325c#egg=patroni[kubernetes$EXTRAS]" \
&& pip3 install "git+https://github.com/zalando/patroni.git@4128cba6286a2cd394edbe59c321bf4f555abc66#egg=patroni[kubernetes$EXTRAS]" \

&& for d in /usr/lib/python3 /usr/local/lib/python3.6; do \
cd $d/dist-packages \
Expand Down

0 comments on commit ce79e2e

Please sign in to comment.