From 804a51f66974df2b24513dc098d42ed34d5e200a Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 24 Jan 2018 14:29:09 +0800 Subject: [PATCH] upgrade graphite to 1.1.1 --- graphite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphite/Dockerfile b/graphite/Dockerfile index 5259fd5..f96ae68 100644 --- a/graphite/Dockerfile +++ b/graphite/Dockerfile @@ -5,7 +5,7 @@ FROM alpine MAINTAINER EasyPi Software Foundation -ENV GRAPHITE_VERSION=1.0.2 +ENV GRAPHITE_VERSION=1.1.1 ENV GRAPHITE_CONF_DIR=/opt/graphite/conf ENV GRAPHITE_STORAGE_DIR=/opt/graphite/storage ENV PATH=$PATH:/opt/graphite/bin