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 6835322 + 31c25fa commit a757de4Copy full SHA for a757de4
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.2
+ENV INFLUXDB_VERSION=3.0.3
20
RUN case "$(dpkg --print-architecture)" in \
21
amd64) ARCH=amd64 ;; \
22
arm64) ARCH=arm64 ;; \
influxdb/3.0-enterprise/Dockerfile
0 commit comments