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 2723a0f + a956ada commit cc4e58fCopy full SHA for cc4e58f
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.1
+ENV INFLUXDB_VERSION=3.0.2
20
RUN case "$(dpkg --print-architecture)" in \
21
amd64) ARCH=amd64 ;; \
22
arm64) ARCH=arm64 ;; \
influxdb/3.0-enterprise/Dockerfile
0 commit comments