Skip to content

Commit 4cb1b17

Browse files
author
Sven Rebhan
committed
Telegraf v1.23.2
1 parent 086b3b8 commit 4cb1b17

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

telegraf/1.23/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -ex && \
1313
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
1414
done
1515

16-
ENV TELEGRAF_VERSION 1.23.1
16+
ENV TELEGRAF_VERSION 1.23.2
1717
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1818
case "${dpkgArch##*-}" in \
1919
amd64) ARCH='amd64';; \

telegraf/1.23/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && \
55
update-ca-certificates
66

7-
ENV TELEGRAF_VERSION 1.23.1
7+
ENV TELEGRAF_VERSION 1.23.2
88

99
RUN set -ex && \
1010
mkdir ~/.gnupg; \

telegraf/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"David Reimschussel <[email protected]> (@reimda)",
55
"Josh Powers <[email protected]> (@powersj)",
66
"Mya Longmire <[email protected]> (@MyaLongmire)",
7-
"Sebastian Spaink <[email protected]> (@sspaink)"
7+
"Sebastian Spaink <[email protected]> (@sspaink)",
8+
"Sven Rebhan <[email protected]> (@srebhan)"
89
],
910
"versions": [
1011
"1.21",

0 commit comments

Comments
 (0)