Skip to content
Snippets Groups Projects
Commit 451b8a66 authored by Sven Rebhan's avatar Sven Rebhan
Browse files

Telegraf v1.34.2

parent 6efb848a
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ RUN set -ex && \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
done
ENV TELEGRAF_VERSION 1.34.1
ENV TELEGRAF_VERSION 1.34.2
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \
......
......@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && \
update-ca-certificates
ENV TELEGRAF_VERSION 1.34.1
ENV TELEGRAF_VERSION 1.34.2
RUN ARCH= && \
case "$(apk --print-arch)" in \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment