We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2a12e commit b657737Copy full SHA for b657737
2 files changed
Dockerfile
@@ -70,7 +70,7 @@ RUN true \
70
&& echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so \
71
&& pip install \
72
cairocffi==1.1.0 \
73
- django==2.2.27 \
+ django==2.2.28 \
74
django-tagging==0.4.3 \
75
django-statsd-mozilla \
76
fadvise \
@@ -82,7 +82,7 @@ RUN true \
82
rrdtool \
83
python-ldap \
84
mysqlclient \
85
- psycopg2 \
+ psycopg2==2.8.6 \
86
django-cockroachdb==2.2.*
87
88
ARG version=1.1.10
build.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-VERSION=1.1.10-3
+VERSION=1.1.10-4
3
docker build . \
4
--build-arg python_extra_flags="--single-version-externally-managed --root=/" \
5
--no-cache --tag graphiteapp/graphite-statsd:$VERSION --progress tty
0 commit comments