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.
1 parent 8d81b0d commit 8e5d747Copy full SHA for 8e5d747
telegraf/1.18/Dockerfile
@@ -15,7 +15,7 @@ RUN set -ex && \
15
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
16
done
17
18
-ENV TELEGRAF_VERSION 1.18.2
+ENV TELEGRAF_VERSION 1.18.3
19
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
20
case "${dpkgArch##*-}" in \
21
amd64) ARCH='amd64';; \
telegraf/1.18/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
mkdir ~/.gnupg; \
0 commit comments