From 1e2e7e2b8dc96a55eec89d03c1c9a9428228e9b9 Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 13 Jun 2022 14:19:38 +0800 Subject: [PATCH] upgrade graphite to 1.1.10 --- graphite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphite/Dockerfile b/graphite/Dockerfile index 7a00668..745762c 100644 --- a/graphite/Dockerfile +++ b/graphite/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3 MAINTAINER EasyPi Software Foundation -ENV GRAPHITE_VERSION=1.1.8 +ENV GRAPHITE_VERSION=1.1.10 ENV GRAPHITE_CONF_DIR=/opt/graphite/conf ENV GRAPHITE_STORAGE_DIR=/opt/graphite/storage ENV DJANGO_SETTINGS_MODULE=graphite.settings