Skip to content

Commit c15099e

Browse files
Update telegraf Docker tag to v1.40 (#258)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 82ac11a commit c15099e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM telegraf:1.39@sha256:ac66e6482c0644765c12904ce2f42ce3f3702f72e905b1894120b51b12ae30c9
1+
FROM telegraf:1.40@sha256:c25bff1bb4bf09a40cfc727811265f5446d23a3e6d5102b38874b0559d6a0620
22

33
RUN apt update && apt install -y --no-install-recommends \
44
sudo mtr-tiny lm-sensors smartmontools ipmitool nvme-cli && \

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM telegraf:1.39-alpine@sha256:45b80cfd354299c5c1c38e472922e0e2f0a8e8ac2b614531a1f634ab06e84297
1+
FROM telegraf:1.40-alpine@sha256:e2f55b0afaa32987b5610606437825c998066b3ce01a2eaa98c16beecfeb240d
22

33
RUN apk add --quiet --no-cache \
44
sudo mtr lm-sensors smartmontools ipmitool nvme-cli && \

0 commit comments

Comments
 (0)