We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2e0e75 + f368354 commit 9338657Copy full SHA for 9338657
telegraf/1.13/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex && \
13
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
14
done
15
16
-ENV TELEGRAF_VERSION 1.13.1
+ENV TELEGRAF_VERSION 1.13.2
17
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
18
case "${dpkgArch##*-}" in \
19
amd64) ARCH='amd64';; \
telegraf/1.13/alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata && \
5
update-ca-certificates
6
7
8
9
RUN set -ex && \
10
apk add --no-cache --virtual .build-deps wget gnupg tar && \
0 commit comments