Skip to content

Commit

Permalink
Update Patroni to v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
feikesteenbergen committed Jan 2, 2023
1 parent d8d60c6 commit 66861b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ RUN for postgisv in ${POSTGIS_VERSIONS}; do \
RUN apt-get install -y python3-etcd python3-requests python3-pystache python3-kubernetes python3-pysyncobj
RUN echo 'deb http://cz.archive.ubuntu.com/ubuntu kinetic main universe' >> /etc/apt/sources.list && \
apt-get update && \
apt-get install -y patroni=2.1.4-\* && \
apt-get install -y patroni=2.1.6-\* && \
head -n -1 /etc/apt/sources.list > /etc/apt/sources.list.tmp; mv /etc/apt/sources.list.tmp /etc/apt/sources.list; \
apt-get update
# Patch Patroni code with changes from https://github.com/zalando/patroni/pull/2318.
Expand Down

0 comments on commit 66861b3

Please sign in to comment.