Skip to content

Commit

Permalink
Upgrade pgcli to version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoapfernandes committed Nov 25, 2021
1 parent e3770e7 commit 2ae5eba
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
@@ -1,7 +1,7 @@
FROM python:3.7.0-slim
MAINTAINER Dennis Coldwell <[email protected]>
RUN apt-get -y update && apt-get -y install libpq-dev build-essential less
RUN pip install pgcli
RUN pip install pgcli==3.2.0
ADD run-pgcli.sh /bin/run-pgcli.sh
ENV PAGER=less
ENTRYPOINT ["run-pgcli.sh"]
Expand Down

0 comments on commit 2ae5eba

Please sign in to comment.