From 01d834716f4e08c139c769129a1d8b9c15a88a0c Mon Sep 17 00:00:00 2001 From: kev Date: Sun, 24 Nov 2019 19:28:12 +0800 Subject: [PATCH] upgrade graphite to 1.1.6 --- graphite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphite/Dockerfile b/graphite/Dockerfile index ee53da6..eece7ab 100644 --- a/graphite/Dockerfile +++ b/graphite/Dockerfile @@ -5,7 +5,7 @@ FROM alpine MAINTAINER EasyPi Software Foundation -ENV GRAPHITE_VERSION=1.1.5 +ENV GRAPHITE_VERSION=1.1.6 ENV GRAPHITE_CONF_DIR=/opt/graphite/conf ENV GRAPHITE_STORAGE_DIR=/opt/graphite/storage ENV PATH=$PATH:/opt/graphite/bin