Skip to content

Commit 5356c97

Browse files
committed
updating versions of python & pgcli
1 parent 98ea786 commit 5356c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM python:2.7-slim
1+
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
4+
RUN pip install pgcli==0.19.2
55
ADD run-pgcli.sh /bin/run-pgcli.sh
66
CMD ["run-pgcli.sh"]
77

0 commit comments

Comments
 (0)