Build protokube & dns-controller with go 1.7.3

Fix #936
This commit is contained in:
Justin Santa Barbara 2016-11-18 12:51:40 -05:00
parent 5c732ab65d
commit 664a32972d
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ FROM debian:jessie
RUN apt-get update && apt-get install --yes curl git gcc make RUN apt-get update && apt-get install --yes curl git gcc make
# Install golang # Install golang
RUN curl -L https://storage.googleapis.com/golang/go1.6.3.linux-amd64.tar.gz | tar zx -C /usr/local RUN curl -L https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz | tar zx -C /usr/local
ENV PATH $PATH:/usr/local/go/bin ENV PATH $PATH:/usr/local/go/bin
COPY onbuild.sh /onbuild.sh COPY onbuild.sh /onbuild.sh

View File

@ -21,7 +21,7 @@ FROM debian:jessie
RUN apt-get update && apt-get install --yes curl git gcc make RUN apt-get update && apt-get install --yes curl git gcc make
# Install golang # Install golang
RUN curl -L https://storage.googleapis.com/golang/go1.6.3.linux-amd64.tar.gz | tar zx -C /usr/local RUN curl -L https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz | tar zx -C /usr/local
ENV PATH $PATH:/usr/local/go/bin ENV PATH $PATH:/usr/local/go/bin
COPY onbuild.sh /onbuild.sh COPY onbuild.sh /onbuild.sh