Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
aborkar-ibm authored Nov 14, 2017
1 parent f0f3aff commit d727055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Grafana/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
############################ Dockerfile for Grafana 4.5.2 ############################################
############################ Dockerfile for Grafana 4.6.1 ############################################
#
# This Dockerfile builds a basic installation of Grafana.
#
Expand Down Expand Up @@ -62,7 +62,7 @@ RUN apt-get update -y && apt-get install -y \

# Get the Grafana Soure code and build Grafana backend
&& cd / && git clone https://github.com/grafana/grafana.git $GOPATH/src/github.com/grafana/grafana \
&& cd $GOPATH/src/github.com/grafana/grafana && git checkout v4.5.2 \
&& cd $GOPATH/src/github.com/grafana/grafana && git checkout v4.6.1 \
&& cd ./vendor/github.com/klauspost/compress/gzip \
&& cp gunzip.go gunzip.go.copy \
&& cp gzip.go gzip.go.copy \
Expand Down

0 comments on commit d727055

Please sign in to comment.