File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN set -ex && \
1313 gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
1414 done
1515
16- ENV TELEGRAF_VERSION 1.32.3
16+ ENV TELEGRAF_VERSION 1.35.0
1717RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1818 case "${dpkgArch##*-}" in \
1919 amd64) ARCH='amd64' ;; \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata su-exec libcap && \
55 update-ca-certificates
66
7- ENV TELEGRAF_VERSION 1.32.3
7+ ENV TELEGRAF_VERSION 1.35.0
88
99RUN ARCH= && \
1010 case "$(apk --print-arch)" in \
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 66 " Sunil Kartikey <skartikey@influxdata.com> (@skartikey)"
77 ],
88 "versions" : [
9- " 1.32" ,
109 " 1.33" ,
11- " 1.34"
10+ " 1.34" ,
11+ " 1.35"
1212 ],
1313 "architectures" : [
1414 " amd64" ,
You can’t perform that action at this time.
0 commit comments