Skip to content

Commit

Permalink
Upgrade Alpine to 3.13.5 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjørn authored Jun 4, 2021
1 parent 31b1b82 commit c41c970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-goreleaser
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.8 as builder
FROM alpine:3.13.5 as builder

RUN apk update
RUN apk add ca-certificates
Expand All @@ -7,4 +7,4 @@ FROM scratch

ENTRYPOINT [ "/humio_exporter" ]
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY humio_exporter /
COPY humio_exporter /

0 comments on commit c41c970

Please sign in to comment.