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

Telegraf v1.33.2

parent 37d6b9bc
Branches
Tags v1.9.0
No related merge requests found
...@@ -13,7 +13,7 @@ RUN set -ex && \ ...@@ -13,7 +13,7 @@ RUN set -ex && \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \ gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
done done
ENV TELEGRAF_VERSION 1.33.1 ENV TELEGRAF_VERSION 1.33.2
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \ RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \ case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \ amd64) ARCH='amd64';; \
......
...@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf ...@@ -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 && \ RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && \
update-ca-certificates update-ca-certificates
ENV TELEGRAF_VERSION 1.33.1 ENV TELEGRAF_VERSION 1.33.2
RUN ARCH= && \ RUN ARCH= && \
case "$(apk --print-arch)" in \ 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