We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7205347 commit bd2ead1Copy full SHA for bd2ead1
2 files changed
influxdb/3.8-core/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
16
/usr/lib/influxdb3 \
17
/plugins
18
19
-ENV INFLUXDB_VERSION=3.7.0
+ENV INFLUXDB_VERSION=3.8.0
20
RUN case "$(dpkg --print-architecture)" in \
21
amd64) ARCH=amd64 ;; \
22
arm64) ARCH=arm64 ;; \
influxdb/3.8-enterprise/Dockerfile
0 commit comments