Skip to content

Commit

Permalink
Patroni version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
anshajsingh committed Feb 3, 2025
1 parent 9f490f5 commit 79b0fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN apt-get install -y alien

RUN cat /root/.pip/pip.conf
RUN python3 -m pip install -U setuptools==70.0.0
RUN python3 -m pip install psutil patroni[kubernetes,etcd]==4.0.4 psycopg2-binary==2.9.5 requests python-dateutil urllib3 six prettytable --no-cache
RUN python3 -m pip install psutil patroni[kubernetes,etcd]==3.3.5 psycopg2-binary==2.9.5 requests python-dateutil urllib3 six prettytable --no-cache
RUN mv /var/lib/postgresql /var/lib/pgsql

RUN mkdir /patroni && chmod -R 777 /patroni/ && \
Expand Down
2 changes: 1 addition & 1 deletion pg16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN apt-get install -y alien

RUN cat /root/.pip/pip.conf
RUN python3 -m pip install -U setuptools==70.0.0
RUN python3 -m pip install psutil patroni[kubernetes,etcd]==4.0.4 psycopg2-binary==2.9.5 requests python-dateutil urllib3 six prettytable --no-cache
RUN python3 -m pip install psutil patroni[kubernetes,etcd]==3.3.5 psycopg2-binary==2.9.5 requests python-dateutil urllib3 six prettytable --no-cache
RUN mv /var/lib/postgresql /var/lib/pgsql

RUN mkdir /patroni && chmod -R 777 /patroni/ && \
Expand Down

0 comments on commit 79b0fdc

Please sign in to comment.