We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b23d6d + 617e17f commit f0f28a4Copy full SHA for f0f28a4
influxdb/3.0-core/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
16
/usr/lib/influxdb3 \
17
/plugins
18
19
-ENV INFLUXDB_VERSION=3.0.3
+ENV INFLUXDB_VERSION=3.1.0
20
RUN case "$(dpkg --print-architecture)" in \
21
amd64) ARCH=amd64 ;; \
22
arm64) ARCH=arm64 ;; \
influxdb/3.0-enterprise/Dockerfile
0 commit comments