From 802a8216af3509ee271feaff762e6fd207c061b8 Mon Sep 17 00:00:00 2001 From: Denys Zhdanov Date: Sun, 9 Jul 2023 16:28:33 +0200 Subject: [PATCH] v1.1.10-5 (Django 3.2, go-carbon 0.17.1, statsd 0.10.1) --- Dockerfile | 8 ++++---- build.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index cba5ff6..95214c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN true \ && echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so \ && pip install \ cairocffi==1.1.0 \ - django==2.2.28 \ + django==3.2.20 \ django-tagging==0.4.3 \ django-statsd-mozilla \ fadvise \ @@ -83,7 +83,7 @@ RUN true \ python-ldap \ mysqlclient \ psycopg2==2.8.6 \ - django-cockroachdb==2.2.* + django-cockroachdb==3.2.* ARG version=1.1.10 @@ -114,7 +114,7 @@ RUN . /opt/graphite/bin/activate \ && python3 ./setup.py install $python_extra_flags # install statsd -ARG statsd_version=0.9.0 +ARG statsd_version=0.10.1 ARG statsd_repo=https://github.com/statsd/statsd.git WORKDIR /opt RUN git clone "${statsd_repo}" \ @@ -124,7 +124,7 @@ RUN git clone "${statsd_repo}" \ # build go-carbon (optional) # https://github.com/go-graphite/go-carbon/pull/340 -ARG gocarbon_version=0.16.2 +ARG gocarbon_version=0.17.1 ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git RUN git clone "${gocarbon_repo}" /usr/local/src/go-carbon \ && cd /usr/local/src/go-carbon \ diff --git a/build.sh b/build.sh index ee7f6c4..2a1c657 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION=1.1.10-4 +VERSION=1.1.10-5 docker build . \ --build-arg python_extra_flags="--single-version-externally-managed --root=/" \ --no-cache --tag graphiteapp/graphite-statsd:$VERSION --progress tty \ No newline at end of file