1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

upgrade graphite to 1.1.7

This commit is contained in:
kev 2020-03-18 13:00:27 +08:00
parent c851cf8e16
commit 37127da205

@ -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