Skip to content

Commit f532e6f

Browse files
authored
Merge pull request #378 from influxdata/telegraf-1.13.4
Telegraf 1.13.4
2 parents fd4975f + f9d7c9b commit f532e6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

telegraf/1.13/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 keyserver.pgp.com --recv-keys "$key" ; \
1414
done
1515

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

telegraf/1.13/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 && \
55
update-ca-certificates
66

7-
ENV TELEGRAF_VERSION 1.13.3
7+
ENV TELEGRAF_VERSION 1.13.4
88

99
RUN set -ex && \
1010
apk add --no-cache --virtual .build-deps wget gnupg tar && \

0 commit comments

Comments
 (0)