Skip to content

Commit

Permalink
Bump alpine from 3.11.6 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps alpine from 3.11.6 to 3.12.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed May 31, 2020
1 parent f556371 commit f27e2a8
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 f27e2a8

Please sign in to comment.