Skip to content

Commit 3bf3662

Browse files
authored
Merge pull request #187 from influxdata/influxdb-1.3.9
influxdb 1.3.9
2 parents 0f1c5bc + bfa3d8f commit 3bf3662

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

influxdb/1.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -ex && \
99
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1010
done
1111

12-
ENV INFLUXDB_VERSION 1.3.8
12+
ENV INFLUXDB_VERSION 1.3.9
1313
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1414
case "${dpkgArch##*-}" in \
1515
amd64) ARCH='amd64';; \

influxdb/1.3/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3.6
33
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash
55

6-
ENV INFLUXDB_VERSION 1.3.8
6+
ENV INFLUXDB_VERSION 1.3.9
77
RUN set -ex && \
88
apk add --no-cache --virtual .build-deps wget gnupg tar ca-certificates && \
99
update-ca-certificates && \

influxdb/1.3/data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -ex && \
99
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1010
done
1111

12-
ENV INFLUXDB_VERSION 1.3.8-c1.3.8
12+
ENV INFLUXDB_VERSION 1.3.9-c1.3.9
1313
RUN wget -q https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc && \
1414
wget -q https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb && \
1515
gpg --batch --verify influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc influxdb-data_${INFLUXDB_VERSION}_amd64.deb && \

influxdb/1.3/data/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \
55
update-ca-certificates
66

7-
ENV INFLUXDB_VERSION 1.3.8-c1.3.8
7+
ENV INFLUXDB_VERSION 1.3.9-c1.3.9
88
RUN set -ex && \
99
apk add --no-cache --virtual .build-deps wget gnupg tar && \
1010
for key in \

influxdb/1.3/meta/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -ex && \
99
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1010
done
1111

12-
ENV INFLUXDB_VERSION 1.3.8-c1.3.8
12+
ENV INFLUXDB_VERSION 1.3.9-c1.3.9
1313
RUN wget -q https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc && \
1414
wget -q https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb && \
1515
gpg --batch --verify influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc influxdb-meta_${INFLUXDB_VERSION}_amd64.deb && \

influxdb/1.3/meta/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache tzdata bash ca-certificates && \
55
update-ca-certificates
66

7-
ENV INFLUXDB_VERSION 1.3.8-c1.3.8
7+
ENV INFLUXDB_VERSION 1.3.9-c1.3.9
88
RUN set -ex && \
99
apk add --no-cache --virtual .build-deps wget gnupg tar && \
1010
for key in \

0 commit comments

Comments
 (0)