From 37127da205c54ca3b17740bdac1930805a69d9dc Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 18 Mar 2020 13:00:27 +0800 Subject: [PATCH] upgrade graphite to 1.1.7 --- graphite/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphite/Dockerfile b/graphite/Dockerfile index eece7ab..79ae44b 100644 --- a/graphite/Dockerfile +++ b/graphite/Dockerfile @@ -2,10 +2,10 @@ # Dockerfile for graphite # -FROM alpine +FROM alpine:3 MAINTAINER EasyPi Software Foundation -ENV GRAPHITE_VERSION=1.1.6 +ENV GRAPHITE_VERSION=1.1.7 ENV GRAPHITE_CONF_DIR=/opt/graphite/conf ENV GRAPHITE_STORAGE_DIR=/opt/graphite/storage ENV PATH=$PATH:/opt/graphite/bin