diff --git a/influxdb/2.7/Dockerfile b/influxdb/2.7/Dockerfile index ea5b16377981d098972ecb442f97ca483a5584b1..028497e4b9e50a62c078587dbbfdf00df7b28302 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.11 +ENV INFLUXDB_VERSION 2.7.12 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 2f797aff83a8adc22d506d2d3dd3432c05c98957..abb3d3000fcf8d5a236bac0834a2e6e0fb418c6f 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.11 +ENV INFLUXDB_VERSION 2.7.12 RUN case "$(apk --print-arch)" in \ x86_64) arch=amd64 ;; \ aarch64) arch=arm64 ;; \ diff --git a/influxdb/test/.gitignore b/influxdb/test/.gitignore index 1d92e36ad6db2d3a99ec28d6d20140d08a86eee5..3751d2fe0ff9970f168c57fa74c210f6b1d0544d 100644 --- a/influxdb/test/.gitignore +++ b/influxdb/test/.gitignore @@ -1,2 +1,3 @@ tmp logs +.idea/ \ No newline at end of file