From 6dc19b9bd9c61ef6379843487f068790eb557f99 Mon Sep 17 00:00:00 2001 From: Brandon Pfeifer Date: Thu, 25 Jul 2024 16:18:42 -0400 Subject: [PATCH] chore: release InfluxDB 2.7.8 --- influxdb/2.7/Dockerfile | 2 +- influxdb/2.7/alpine/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/influxdb/2.7/Dockerfile b/influxdb/2.7/Dockerfile index d548b5a10..283ae69ae 100644 --- a/influxdb/2.7/Dockerfile +++ b/influxdb/2.7/Dockerfile @@ -49,7 +49,7 @@ RUN case "$(dpkg --print-architecture)" in \ gosu nobody true # Install the influxd server -ENV INFLUXDB_VERSION 2.7.7 +ENV INFLUXDB_VERSION 2.7.8 RUN case "$(dpkg --print-architecture)" in \ *amd64) arch=amd64 ;; \ *arm64) arch=arm64 ;; \ diff --git a/influxdb/2.7/alpine/Dockerfile b/influxdb/2.7/alpine/Dockerfile index 2a7ff757e..88dd3697b 100644 --- a/influxdb/2.7/alpine/Dockerfile +++ b/influxdb/2.7/alpine/Dockerfile @@ -31,7 +31,7 @@ RUN addgroup -S -g 1000 influxdb && \ chown -R influxdb:influxdb /home/influxdb # Install the infuxd server -ENV INFLUXDB_VERSION 2.7.7 +ENV INFLUXDB_VERSION 2.7.8 RUN case "$(apk --print-arch)" in \ x86_64) arch=amd64 ;; \ aarch64) arch=arm64 ;; \