Skip to content

Commit

Permalink
Bump up patroni version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Sep 14, 2015
1 parent fe7fcf8 commit 73eeaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ENV PATH $PATH:/usr/lib/postgresql-${PGVERSION}/bin
RUN cp /etc/ssl/private/ssl-cert-snakeoil.key $PGHOME/dummy.key && cp /etc/ssl/certs/ssl-cert-snakeoil.pem $PGHOME/dummy.crt

# Install Patroni
ENV PATRONIVERSION 0.1
ENV PATRONIVERSION 0.3
WORKDIR $PGHOME
RUN git clone https://github.com/zalando/patroni.git
WORKDIR $PGHOME/patroni
Expand Down

0 comments on commit 73eeaae

Please sign in to comment.