Skip to content

Commit

Permalink
Merge pull request #292 from mackerelio/dependabot/docker/alpine-3.11.6
Browse files Browse the repository at this point in the history
Bump alpine from 3.11.5 to 3.11.6
  • Loading branch information
lufia committed May 13, 2020
2 parents d3fc240 + 4a8e403 commit cb291f1
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.5
FROM alpine:3.11.6
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 cb291f1

Please sign in to comment.