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 e7be736 + 95437f4 commit 45b1761Copy full SHA for 45b1761
influxdb/3.2-core/Dockerfile
@@ -16,7 +16,7 @@ RUN groupadd --gid 1500 influxdb3 && \
16
/usr/lib/influxdb3 \
17
/plugins
18
19
-ENV INFLUXDB_VERSION=3.2.0
+ENV INFLUXDB_VERSION=3.2.1
20
RUN case "$(dpkg --print-architecture)" in \
21
amd64) ARCH=amd64 ;; \
22
arm64) ARCH=arm64 ;; \
influxdb/3.2-enterprise/Dockerfile
0 commit comments