Skip to content

Commit

Permalink
verup to 6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinzhou committed Aug 16, 2019
1 parent a7dbf6f commit f3dc48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BASE_IMAGE=alpine:3.9
FROM ${BASE_IMAGE}

ENV GRAFANA_VERSION=6.3.2
ENV GRAFANA_VERSION=6.3.3
RUN mkdir /tmp/grafana \
&& wget -P /tmp/ http:https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-${GRAFANA_VERSION}.linux-amd64.tar.gz \
&& tar xfz /tmp/grafana-${GRAFANA_VERSION}.linux-amd64.tar.gz --strip-components=1 -C /tmp/grafana
Expand Down

0 comments on commit f3dc48f

Please sign in to comment.