Skip to content

Commit

Permalink
Merge pull request #299 from mackerelio/dependabot/docker/alpine-3.12.0
Browse files Browse the repository at this point in the history
Bump alpine from 3.11.6 to 3.12.0
  • Loading branch information
astj committed Jun 1, 2020
2 parents d06e56f + f27e2a8 commit 49856db
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.6
FROM alpine:3.12.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 49856db

Please sign in to comment.