Skip to content

Commit 527f2ae

Browse files
authored
Merge pull request #1 from amjith/patch-1
Upgrade to latest pgcli.
2 parents b2e1fcf + 55fb1c2 commit 527f2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:2.7.10-slim
22
MAINTAINER Dennis Coldwell <dennis.coldwell@gmail.com>
33
RUN apt-get -y update && apt-get -y install libpq-dev build-essential
4-
RUN pip install pgcli==0.20.1
4+
RUN pip install pgcli==1.4.0
55
ADD run-pgcli.sh /bin/run-pgcli.sh
66
ENTRYPOINT ["run-pgcli.sh"]
77

0 commit comments

Comments
 (0)