File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN set -ex && \
9
9
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
10
10
done
11
11
12
- ENV INFLUXDB_VERSION 1.7.9
12
+ ENV INFLUXDB_VERSION 1.7.10
13
13
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
14
14
case "${dpkgArch##*-}" in \
15
15
amd64) ARCH='amd64' ;; \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
4
RUN apk add --no-cache tzdata bash ca-certificates && \
5
5
update-ca-certificates
6
6
7
- ENV INFLUXDB_VERSION 1.7.9
7
+ ENV INFLUXDB_VERSION 1.7.10
8
8
RUN set -ex && \
9
9
apk add --no-cache --virtual .build-deps wget gnupg tar && \
10
10
for key in \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN set -ex && \
9
9
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
10
10
done
11
11
12
- ENV INFLUXDB_VERSION 1.7.9 -c1.7.9
12
+ ENV INFLUXDB_VERSION 1.7.10 -c1.7.10
13
13
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc && \
14
14
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb && \
15
15
gpg --batch --verify influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc influxdb-data_${INFLUXDB_VERSION}_amd64.deb && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
4
RUN apk add --no-cache tzdata bash ca-certificates && \
5
5
update-ca-certificates
6
6
7
- ENV INFLUXDB_VERSION 1.7.9 -c1.7.9
7
+ ENV INFLUXDB_VERSION 1.7.10 -c1.7.10
8
8
RUN set -ex && \
9
9
apk add --no-cache --virtual .build-deps wget gnupg tar && \
10
10
for key in \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN set -ex && \
9
9
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
10
10
done
11
11
12
- ENV INFLUXDB_VERSION 1.7.9 -c1.7.9
12
+ ENV INFLUXDB_VERSION 1.7.10 -c1.7.10
13
13
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc && \
14
14
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb && \
15
15
gpg --batch --verify influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc influxdb-meta_${INFLUXDB_VERSION}_amd64.deb && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
4
RUN apk add --no-cache tzdata bash ca-certificates && \
5
5
update-ca-certificates
6
6
7
- ENV INFLUXDB_VERSION 1.7.9 -c1.7.9
7
+ ENV INFLUXDB_VERSION 1.7.10 -c1.7.10
8
8
RUN set -ex && \
9
9
apk add --no-cache --virtual .build-deps wget gnupg tar && \
10
10
for key in \
You can’t perform that action at this time.
0 commit comments