Skip to content

Conversation

codyshepherd
Copy link
Contributor

No description provided.

@github-actions
Copy link

Diff for 464495f:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index b2b8e3b..170b041 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Jonathan A. Sternberg <jonathan@influxdata.com> (@jsternberg), Bucky Schwarz <bucky@influxdata.com> (@hoorayimhelping), Cody Shepherd <cody@influxdata.com> (@codyshepherd)
 GitRepo: git://github.com/influxdata/influxdata-docker
-GitCommit: 8695e1f7f7508f6863bb56ab56a614d7886e742a
+GitCommit: d9e8c42188f071038fc8c90a18cfbdf1a2abcce1
 
 Tags: 1.6, 1.6.2
 Architectures: amd64, arm32v7, arm64v8
@@ -16,9 +16,9 @@ Directory: chronograf/1.7
 Tags: 1.7-alpine, 1.7.17-alpine
 Directory: chronograf/1.7/alpine
 
-Tags: 1.8, 1.8.9, latest
+Tags: 1.8, 1.8.10, latest
 Architectures: amd64, arm32v7, arm64v8
 Directory: chronograf/1.8
 
-Tags: 1.8-alpine, 1.8.9-alpine, alpine
+Tags: 1.8-alpine, 1.8.10-alpine, alpine
 Directory: chronograf/1.8/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 4403981..9b41ee7 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,7 +8,7 @@ chronograf:1.7.17
 chronograf:1.7.17-alpine
 chronograf:1.8
 chronograf:1.8-alpine
-chronograf:1.8.9
-chronograf:1.8.9-alpine
+chronograf:1.8.10
+chronograf:1.8.10-alpine
 chronograf:alpine
 chronograf:latest
diff --git a/chronograf_alpine/Dockerfile b/chronograf_alpine/Dockerfile
index e23ad08..1c1c776 100644
--- a/chronograf_alpine/Dockerfile
+++ b/chronograf_alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
 RUN apk add --no-cache ca-certificates && \
     update-ca-certificates
 
-ENV CHRONOGRAF_VERSION 1.8.9
+ENV CHRONOGRAF_VERSION 1.8.10
 
 RUN set -ex && \
     mkdir ~/.gnupg; \
diff --git a/chronograf_latest/Dockerfile b/chronograf_latest/Dockerfile
index 8591cee..d08eac6 100644
--- a/chronograf_latest/Dockerfile
+++ b/chronograf_latest/Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex && \
         gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
     done
 
-ENV CHRONOGRAF_VERSION 1.8.9
+ENV CHRONOGRAF_VERSION 1.8.10
 RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
     case "${dpkgArch##*-}" in \
       amd64) ARCH='amd64';; \

@tianon tianon merged commit 535583f into docker-library:master Aug 11, 2021
@srebhan srebhan deleted the chronograf/releases/v1.8.10 branch April 16, 2025 15:08
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