Skip to content

Commit

Permalink
Merge d055468 into a919bfa
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 22, 2019
2 parents a919bfa + d055468 commit 627bb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .
ENV GO111MODULE=on
RUN make build

FROM alpine:3.10.3
FROM alpine:3.11.0
RUN apk add --no-cache ca-certificates
COPY --from=builder /go/src/github.com/mackerelio/mkr/mkr /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/mkr"]

0 comments on commit 627bb0f

Please sign in to comment.