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 36d1061 commit 95d7fc5Copy full SHA for 95d7fc5
influxdb/1.7/Dockerfile
@@ -9,7 +9,7 @@ RUN set -ex && \
9
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
10
done
11
12
-ENV INFLUXDB_VERSION 1.7.6
+ENV INFLUXDB_VERSION 1.7.7
13
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
14
case "${dpkgArch##*-}" in \
15
amd64) ARCH='amd64';; \
influxdb/1.7/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 && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
for key in \
0 commit comments