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 8e5d747 + 771c03d commit e5b413dCopy full SHA for e5b413d
influxdb/2.0/Dockerfile
@@ -21,7 +21,7 @@ RUN set -eux; \
21
gosu --version && \
22
gosu nobody true
23
24
-ENV INFLUXDB_VERSION 2.0.6
+ENV INFLUXDB_VERSION 2.0.7
25
RUN set -eux && \
26
ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
27
case "${dpkgArch##*-}" in \
influxdb/2.0/alpine/Dockerfile
@@ -30,7 +30,7 @@ RUN set -eux; \
30
gosu --version; \
31
32
33
34
35
ARCH="$(apk --print-arch)" && \
36
if [ ${ARCH} = x86_64 ]; then \
0 commit comments