Skip to content

Conversation

@reimda
Copy link
Contributor

@reimda reimda commented Oct 6, 2021

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 6, 2021

Diff for bf32ba4:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 91bff36..2b15143 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: David Reimschussel <dreimschussel@influxdata.com> (@reimda), Steven Soroka <ssoroka@influxdata.com> (@ssoroka)
 GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: f2088c7354c9b088e3a4d5a757e0a275874e66c2
+GitCommit: d05a5eaa301d2dcd2dab7e5ba7fe8a6a2cd061e7
 
 Tags: 1.18, 1.18.3
 Architectures: amd64, arm32v7, arm64v8
@@ -16,9 +16,9 @@ Directory: telegraf/1.19
 Tags: 1.19-alpine, 1.19.3-alpine
 Directory: telegraf/1.19/alpine
 
-Tags: 1.20, 1.20.0, latest
+Tags: 1.20, 1.20.1, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: telegraf/1.20
 
-Tags: 1.20-alpine, 1.20.0-alpine, alpine
+Tags: 1.20-alpine, 1.20.1-alpine, alpine
 Directory: telegraf/1.20/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 2a67edf..d99990e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ telegraf:1.19.3
 telegraf:1.19.3-alpine
 telegraf:1.20
 telegraf:1.20-alpine
-telegraf:1.20.0
-telegraf:1.20.0-alpine
+telegraf:1.20.1
+telegraf:1.20.1-alpine
 telegraf:alpine
 telegraf:latest
diff --git a/telegraf_alpine/Dockerfile b/telegraf_alpine/Dockerfile
index ab4ed43..8241978 100644
--- a/telegraf_alpine/Dockerfile
+++ b/telegraf_alpine/Dockerfile
@@ -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 && \
     update-ca-certificates
 
-ENV TELEGRAF_VERSION 1.20.0
+ENV TELEGRAF_VERSION 1.20.1
 
 RUN set -ex && \
     mkdir ~/.gnupg; \
diff --git a/telegraf_latest/Dockerfile b/telegraf_latest/Dockerfile
index 1c806fb..17577a2 100644
--- a/telegraf_latest/Dockerfile
+++ b/telegraf_latest/Dockerfile
@@ -13,7 +13,7 @@ RUN set -ex && \
         gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
     done
 
-ENV TELEGRAF_VERSION 1.20.0
+ENV TELEGRAF_VERSION 1.20.1
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@tianon tianon merged commit c4dc244 into docker-library:master Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants