Skip to content

Commit b657737

Browse files
committed
Pinning psycopg2
1 parent 1e2a12e commit b657737

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN true \
7070
&& echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so \
7171
&& pip install \
7272
cairocffi==1.1.0 \
73-
django==2.2.27 \
73+
django==2.2.28 \
7474
django-tagging==0.4.3 \
7575
django-statsd-mozilla \
7676
fadvise \
@@ -82,7 +82,7 @@ RUN true \
8282
rrdtool \
8383
python-ldap \
8484
mysqlclient \
85-
psycopg2 \
85+
psycopg2==2.8.6 \
8686
django-cockroachdb==2.2.*
8787

8888
ARG version=1.1.10

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
VERSION=1.1.10-3
2+
VERSION=1.1.10-4
33
docker build . \
44
--build-arg python_extra_flags="--single-version-externally-managed --root=/" \
55
--no-cache --tag graphiteapp/graphite-statsd:$VERSION --progress tty

0 commit comments

Comments
 (0)