From a956adaa6d24473d3ea6b9c638d9b4658dfecc44 Mon Sep 17 00:00:00 2001 From: Trevor Hilton <thilton@influxdata.com> Date: Mon, 5 May 2025 10:40:17 -0400 Subject: [PATCH] chore: update core and enterprise to 3.0.2 --- 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 b0f4c61..e4984ce 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.1 +ENV INFLUXDB_VERSION=3.0.2 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 97fc774..5b9864b 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.1 +ENV INFLUXDB_VERSION=3.0.2 RUN case "$(dpkg --print-architecture)" in \ amd64) ARCH=amd64 ;; \ arm64) ARCH=arm64 ;; \ -- GitLab