Skip to content

Commit

Permalink
Build protokube & dns-controller with go 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Nov 18, 2016
1 parent 5c732ab commit 664a329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/dns-controller-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM debian:jessie
RUN apt-get update && apt-get install --yes curl git gcc make

# 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

COPY onbuild.sh /onbuild.sh
2 changes: 1 addition & 1 deletion images/protokube-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM debian:jessie
RUN apt-get update && apt-get install --yes curl git gcc make

# 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

COPY onbuild.sh /onbuild.sh

0 comments on commit 664a329

Please sign in to comment.