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.
1 parent fa961b6 commit 747c951Copy full SHA for 747c951
influxdb/2.1/Dockerfile
@@ -22,7 +22,7 @@ RUN set -eux; \
22
gosu nobody true
23
24
# Install the infuxd server
25
-ENV INFLUXDB_VERSION 2.1.0
+ENV INFLUXDB_VERSION 2.1.1
26
RUN set -eux && \
27
ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
28
case "${dpkgArch##*-}" in \
influxdb/2.1/alpine/Dockerfile
@@ -31,7 +31,7 @@ RUN set -eux; \
31
32
33
34
35
36
ARCH="$(apk --print-arch)" && \
37
if [ ${ARCH} = x86_64 ]; then \
0 commit comments