Skip to content

Commit

Permalink
Merge pull request kelseyhightower#488 from dmegyesi/alpineUpgrade
Browse files Browse the repository at this point in the history
Upgrade Dockerfile to use latest stable Alpine which has Go 1.6
  • Loading branch information
Matthew Fisher authored Oct 3, 2016
2 parents 20b3d37 + c887b89 commit 7ac1091
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.build.alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM alpine:3.3
FROM alpine:3.4

ENV GOPATH /go
ENV GO15VENDOREXPERIMENT 1

RUN mkdir -p "$GOPATH/src/" "$GOPATH/bin" && chmod -R 777 "$GOPATH" && \
mkdir -p /go/src/github.com/kelseyhightower/confd
Expand Down

0 comments on commit 7ac1091

Please sign in to comment.