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

Telegraf v1.34.1

parent f56037d7
No related branches found
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.0
ENV TELEGRAF_VERSION 1.34.1
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.0
ENV TELEGRAF_VERSION 1.34.1
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