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 fcde340 commit 4d733eaCopy full SHA for 4d733ea
influxdb/1.8/Dockerfile
@@ -11,7 +11,7 @@ RUN set -ex && \
11
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
12
done
13
14
-ENV INFLUXDB_VERSION 1.8.3
+ENV INFLUXDB_VERSION 1.8.4
15
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
16
case "${dpkgArch##*-}" in \
17
amd64) ARCH='amd64';; \
influxdb/1.8/alpine/Dockerfile
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
RUN apk add --no-cache tzdata bash ca-certificates && \
5
update-ca-certificates
6
7
8
RUN set -ex && \
9
mkdir ~/.gnupg; \
10
echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf; \
0 commit comments