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 2cbaeae + 73440e0 commit 577416bCopy full SHA for 577416b
influxdb/2.7/Dockerfile
@@ -49,7 +49,7 @@ RUN case "$(dpkg --print-architecture)" in \
49
gosu nobody true
50
51
# Install the influxd server
52
-ENV INFLUXDB_VERSION 2.7.3
+ENV INFLUXDB_VERSION 2.7.4
53
RUN case "$(dpkg --print-architecture)" in \
54
*amd64) arch=amd64 ;; \
55
*arm64) arch=arm64 ;; \
influxdb/2.7/alpine/Dockerfile
@@ -31,7 +31,7 @@ RUN addgroup -S -g 1000 influxdb && \
31
chown -R influxdb:influxdb /home/influxdb
32
33
# Install the infuxd server
34
35
RUN case "$(apk --print-arch)" in \
36
x86_64) arch=amd64 ;; \
37
aarch64) arch=arm64 ;; \
0 commit comments