Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiofalci committed Jan 27, 2017
1 parent faa03a6 commit 91a9dcc
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
Expand Up @@ -7,7 +7,7 @@ RUN curl http://apt.mopidy.com/mopidy.gpg | apt-key add - && curl -o /etc/apt/so
RUN apt-get update && apt-get install -y libspotify-dev

# Install Go
RUN curl -sSL https://storage.googleapis.com/golang/go1.5.4.linux-amd64.tar.gz | tar -v -C /usr/local -xz
RUN curl -sSL https://storage.googleapis.com/golang/go1.7.5.linux-amd64.tar.gz | tar -v -C /usr/local -xz
ENV PATH /usr/local/go/bin:$PATH
ENV GOPATH /go

Expand Down

0 comments on commit 91a9dcc

Please sign in to comment.