Skip to content

Commit

Permalink
bump container image
Browse files Browse the repository at this point in the history
  • Loading branch information
mmlb committed Jul 21, 2017
1 parent 08ce76e commit f5d1f76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM golang:1.5
FROM golang:1.8.3

ENV REPO github.com/packethost/docker-machine-driver-packet

RUN go get github.com/aktau/github-release \
RUN go get -v \
github.com/aktau/github-release \
github.com/packethost/packngo \
github.com/docker/machine \
golang.org/x/net/context \
Expand Down

0 comments on commit f5d1f76

Please sign in to comment.