Skip to content

Commit

Permalink
Telegraf v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
reimda committed Aug 16, 2022
1 parent 08d2fa6 commit 1cec93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion telegraf/1.23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -ex && \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
done

ENV TELEGRAF_VERSION 1.23.3
ENV TELEGRAF_VERSION 1.23.4
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
case "${dpkgArch##*-}" in \
amd64) ARCH='amd64';; \
Expand Down
2 changes: 1 addition & 1 deletion telegraf/1.23/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.3
ENV TELEGRAF_VERSION 1.23.4

RUN set -ex && \
mkdir ~/.gnupg; \
Expand Down

0 comments on commit 1cec93e

Please sign in to comment.