From 4ad4e8ebcd4b420145b39d71d592d54f2a8b45b6 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 9 Mar 2018 19:34:49 +0800 Subject: [PATCH] upgrade graphite to 1.1.2 --- graphite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphite/Dockerfile b/graphite/Dockerfile index f96ae68..bbc4aca 100644 --- a/graphite/Dockerfile +++ b/graphite/Dockerfile @@ -5,7 +5,7 @@ FROM alpine MAINTAINER EasyPi Software Foundation -ENV GRAPHITE_VERSION=1.1.1 +ENV GRAPHITE_VERSION=1.1.2 ENV GRAPHITE_CONF_DIR=/opt/graphite/conf ENV GRAPHITE_STORAGE_DIR=/opt/graphite/storage ENV PATH=$PATH:/opt/graphite/bin