Skip to content

Commit

Permalink
Merge 97df458 into 2d2b797
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jan 19, 2020
2 parents 2d2b797 + 97df458 commit a24f31a
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.11.2
FROM alpine:3.11.3
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 a24f31a

Please sign in to comment.