Skip to content

Commit

Permalink
Merge pull request #5 from wantedly/bgpat/docker
Browse files Browse the repository at this point in the history
Fix Dockerfile
  • Loading branch information
bgpat authored Aug 14, 2019
2 parents c2670b6 + 658fc34 commit d350268
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
FROM golang:1.10.3 AS builder
FROM golang:1.12 AS builder

WORKDIR /go/src/github.com/wantedly/k8sec
COPY . /go/src/github.com/wantedly/k8sec

RUN make deps

RUN CGO_ENABLED=0 make
ENV CGO_ENABLED=0 GO111MODULE=on
RUN make

FROM alpine:3.8

Expand Down

0 comments on commit d350268

Please sign in to comment.