File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN set -ex && \
99 gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
1010 done
1111
12- ENV INFLUXDB_VERSION 1.9.7 -c1.9.7
12+ ENV INFLUXDB_VERSION 1.9.8 -c1.9.8
1313RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64.deb.asc && \
1414 wget --no-verbose 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 && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44RUN apk add --no-cache tzdata bash ca-certificates && \
55 update-ca-certificates
66
7- ENV INFLUXDB_VERSION 1.9.7 -c1.9.7
7+ ENV INFLUXDB_VERSION 1.9.8 -c1.9.8
88RUN set -ex && \
99 apk add --no-cache --virtual .build-deps wget gnupg tar && \
1010 for key in \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN set -ex && \
99 gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
1010 done
1111
12- ENV INFLUXDB_VERSION 1.9.7 -c1.9.7
12+ ENV INFLUXDB_VERSION 1.9.8 -c1.9.8
1313RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64.deb.asc && \
1414 wget --no-verbose 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 && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44RUN apk add --no-cache tzdata bash ca-certificates && \
55 update-ca-certificates
66
7- ENV INFLUXDB_VERSION 1.9.7 -c1.9.7
7+ ENV INFLUXDB_VERSION 1.9.8 -c1.9.8
88RUN set -ex && \
99 apk add --no-cache --virtual .build-deps wget gnupg tar && \
1010 for key in \
You can’t perform that action at this time.
0 commit comments