From d546da5ce9918ee1dd492b6cd7cf4e41a0aae0f8 Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 8 Sep 2018 10:45:27 +0800 Subject: [PATCH] upgrade graphite to 1.1.4 --- graphite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphite/Dockerfile b/graphite/Dockerfile index 40694db..07b4775 100644 --- a/graphite/Dockerfile +++ b/graphite/Dockerfile @@ -5,7 +5,7 @@ FROM alpine MAINTAINER EasyPi Software Foundation -ENV GRAPHITE_VERSION=1.1.3 +ENV GRAPHITE_VERSION=1.1.4 ENV GRAPHITE_CONF_DIR=/opt/graphite/conf ENV GRAPHITE_STORAGE_DIR=/opt/graphite/storage ENV PATH=$PATH:/opt/graphite/bin