Skip to content

Commit 7e38f3d

Browse files
committed
updating pgcli to 0.20.1
1 parent 6f8e55b commit 7e38f3d

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.19.2
4+
RUN pip install pgcli==0.20.1
55
ADD run-pgcli.sh /bin/run-pgcli.sh
66
CMD ["run-pgcli.sh"]
77

0 commit comments

Comments
 (0)