From 31c25fae90d41af5ca4eb12d700f908cd2cab69a Mon Sep 17 00:00:00 2001
From: Trevor Hilton <thilton@influxdata.com>
Date: Fri, 16 May 2025 12:53:09 -0400
Subject: [PATCH] chore: update core and enterprise to 3.0.3

---
 influxdb/3.0-core/Dockerfile       | 2 +-
 influxdb/3.0-enterprise/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/influxdb/3.0-core/Dockerfile b/influxdb/3.0-core/Dockerfile
index e4984ce..73b222c 100644
--- a/influxdb/3.0-core/Dockerfile
+++ b/influxdb/3.0-core/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
              /usr/lib/influxdb3 \
              /plugins
 
-ENV INFLUXDB_VERSION=3.0.2
+ENV INFLUXDB_VERSION=3.0.3
 RUN case "$(dpkg --print-architecture)" in \
         amd64) ARCH=amd64 ;; \
         arm64) ARCH=arm64 ;; \
diff --git a/influxdb/3.0-enterprise/Dockerfile b/influxdb/3.0-enterprise/Dockerfile
index 5b9864b..1565bdf 100644
--- a/influxdb/3.0-enterprise/Dockerfile
+++ b/influxdb/3.0-enterprise/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
              /usr/lib/influxdb3 \
              /plugins
 
-ENV INFLUXDB_VERSION=3.0.2
+ENV INFLUXDB_VERSION=3.0.3
 RUN case "$(dpkg --print-architecture)" in \
         amd64) ARCH=amd64 ;; \
         arm64) ARCH=arm64 ;; \
-- 
GitLab