Skip to content

Commit

Permalink
change of base image
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Jun 15, 2017
1 parent 9ec3d5f commit 680e3af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM golang:1.8.1-alpine
FROM golang:1.8.3
COPY . /go/src/github.com/rusenask/keel
WORKDIR /go/src/github.com/rusenask/keel
RUN apk add --no-cache git && go get
RUN CGO_ENABLED=0 GOOS=linux go build -a -tags netgo -ldflags -'w' -o keel .
RUN go get && make build

FROM alpine:latest
RUN apk --no-cache add ca-certificates
Expand Down

0 comments on commit 680e3af

Please sign in to comment.