Skip to content

Commit

Permalink
Update Dockerfile to Go 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Lindenberg committed Apr 7, 2016
1 parent b3bf29c commit b430455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.debbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Markus Lindenberg <lindenberg@gonicus.de>
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -y && apt-get install --no-install-recommends -y -q curl build-essential ca-certificates git mercurial ruby ruby-dev

RUN curl https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | tar xz -C /usr/local
RUN curl https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz | tar xz -C /usr/local
ENV GOROOT /usr/local/go
ENV PATH $PATH:$GOROOT/bin

Expand All @@ -16,4 +16,4 @@ RUN adduser --system --home /usr/src/build build
USER build
WORKDIR /usr/src/build

CMD ["/usr/src/gofaxip/docker/build.sh"]
CMD ["/usr/src/gofaxip/docker/build.sh"]

0 comments on commit b430455

Please sign in to comment.