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 da66c35 + 6e459bb commit d3e4390Copy full SHA for d3e4390
influxdb/1.3/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.3.7
+ENV INFLUXDB_VERSION 1.3.8
13
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
14
case "${dpkgArch##*-}" in \
15
amd64) ARCH='amd64';; \
influxdb/1.3/alpine/Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.6
3
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
RUN apk add --no-cache tzdata bash
5
6
7
RUN set -ex && \
8
apk add --no-cache --virtual .build-deps wget gnupg tar ca-certificates && \
update-ca-certificates && \
0 commit comments