Skip to content

Commit

Permalink
Pinning psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Nov 6, 2022
1 parent 1e2a12e commit b657737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN true \
&& echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so \
&& pip install \
cairocffi==1.1.0 \
django==2.2.27 \
django==2.2.28 \
django-tagging==0.4.3 \
django-statsd-mozilla \
fadvise \
Expand All @@ -82,7 +82,7 @@ RUN true \
rrdtool \
python-ldap \
mysqlclient \
psycopg2 \
psycopg2==2.8.6 \
django-cockroachdb==2.2.*

ARG version=1.1.10
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=1.1.10-3
VERSION=1.1.10-4
docker build . \
--build-arg python_extra_flags="--single-version-externally-managed --root=/" \
--no-cache --tag graphiteapp/graphite-statsd:$VERSION --progress tty

0 comments on commit b657737

Please sign in to comment.