Skip to content

Commit 4d28744

Browse files
committed
Use latest psycopg2
1 parent 4a762fe commit 4d28744

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

9.5/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN apt-get update \
2828
libpq-dev \
2929
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
3030
&& pip3 install \
31-
git+https://github.com/psycopg/psycopg2.git@2a4d602 \
3231
git+https://github.com/ohmu/pghoard.git@${PGHOARD_VERSION} \
3332
awscli boto python-keystoneclient python-swiftclient \
3433
&& apt-get -y remove gcc python2.7 \

9.6/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN apt-get update \
2828
libpq-dev \
2929
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
3030
&& pip3 install \
31-
git+https://github.com/psycopg/psycopg2.git@2a4d602 \
3231
git+https://github.com/ohmu/pghoard.git@${PGHOARD_VERSION} \
3332
awscli boto python-keystoneclient python-swiftclient \
3433
&& apt-get -y remove gcc python2.7 \

0 commit comments

Comments
 (0)