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 c4d6651 + d39964a commit 08bf692Copy full SHA for 08bf692
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.4
+ENV INFLUXDB_VERSION 2.0.5
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