Skip to content

Conversation

hiltontj
Copy link
Contributor

No description provided.

@hiltontj hiltontj requested a review from a team as a code owner August 28, 2025 18:41
Copy link

Diff for 0736dec:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 29c962e..2d72426 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
 Maintainers: Brandon Pfeifer <bpfeifer@influxdata.com> (@bnpfeife), Devan Benz <dbenz@influxdata.com> (@WeblWabl), Geoffrey Wossum <gwossum@influxdata.com> (@gwossum), Michael Gattozzi <mgattozzi@influxdata.com> (@mgattozzi), Praveenkumar Hemakumar <pkumar@influxdata.com> (@praveen-influx), Trevor Hilton <thilton@influxdata.com> (@hiltontj), Wayne Warren <wwarren@influxdata.com> (@waynr)
 GitRepo: https://github.com/influxdata/influxdata-docker
-GitCommit: d78cac225beb930733294f22aefb4e004641dcf4
+GitCommit: 8b6cd22ddb8c62aeafc7888e74e09b2e08fbf6db
 
 Tags: 1.10-data, 1.10.8-data
 Directory: influxdb/1.10/data
@@ -42,10 +42,10 @@ Tags: 2-alpine, 2.7-alpine, 2.7.12-alpine, alpine
 Architectures: amd64, arm64v8
 Directory: influxdb/2.7/alpine
 
-Tags: 3-core, 3.4-core, 3.4.0-core, core
+Tags: 3-core, 3.4-core, 3.4.1-core, core
 Architectures: amd64, arm64v8
 Directory: influxdb/3.4-core
 
-Tags: 3-enterprise, 3.4-enterprise, 3.4.0-enterprise, enterprise
+Tags: 3-enterprise, 3.4-enterprise, 3.4.1-enterprise, enterprise
 Architectures: amd64, arm64v8
 Directory: influxdb/3.4-enterprise
diff --git a/_bashbrew-list b/_bashbrew-list
index b800b41..bad12b8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -28,8 +28,8 @@ influxdb:3-core
 influxdb:3-enterprise
 influxdb:3.4-core
 influxdb:3.4-enterprise
-influxdb:3.4.0-core
-influxdb:3.4.0-enterprise
+influxdb:3.4.1-core
+influxdb:3.4.1-enterprise
 influxdb:alpine
 influxdb:core
 influxdb:enterprise
diff --git a/influxdb_core/Dockerfile b/influxdb_core/Dockerfile
index 70022f1..ec42839 100644
--- a/influxdb_core/Dockerfile
+++ b/influxdb_core/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
              /usr/lib/influxdb3 \
              /plugins
 
-ENV INFLUXDB_VERSION=3.4.0
+ENV INFLUXDB_VERSION=3.4.1
 RUN case "$(dpkg --print-architecture)" in \
         amd64) ARCH=amd64 ;; \
         arm64) ARCH=arm64 ;; \
diff --git a/influxdb_enterprise/Dockerfile b/influxdb_enterprise/Dockerfile
index 5d2e606..cdbde35 100644
--- a/influxdb_enterprise/Dockerfile
+++ b/influxdb_enterprise/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
              /usr/lib/influxdb3 \
              /plugins
 
-ENV INFLUXDB_VERSION=3.4.0
+ENV INFLUXDB_VERSION=3.4.1
 RUN case "$(dpkg --print-architecture)" in \
         amd64) ARCH=amd64 ;; \
         arm64) ARCH=arm64 ;; \

Relevant Maintainers:

@tianon tianon merged commit 6294655 into docker-library:master Aug 28, 2025
19 checks passed
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