Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 22, 2020
1 parent 7f65ce3 commit cf37be8
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.12.0
FROM alpine:3.12.1
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 cf37be8

Please sign in to comment.