File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ RUN set -ex && \
9
9
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
10
10
done
11
11
12
- ENV INFLUXDB_VERSION 1.11.2 -c1.11.2
13
- RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64 .deb.asc && \
14
- wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}_amd64 .deb && \
15
- gpg --batch --verify influxdb-data_${INFLUXDB_VERSION}_amd64 .deb.asc influxdb-data_${INFLUXDB_VERSION}_amd64 .deb && \
16
- dpkg -i influxdb-data_${INFLUXDB_VERSION}_amd64 .deb && \
17
- rm -f influxdb-data_${INFLUXDB_VERSION}_amd64 .deb*
12
+ ENV INFLUXDB_VERSION 1.11.3 -c1.11.3
13
+ RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}-1_amd64 .deb.asc && \
14
+ wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}-1_amd64 .deb && \
15
+ gpg --batch --verify influxdb-data_${INFLUXDB_VERSION}-1_amd64 .deb.asc influxdb-data_${INFLUXDB_VERSION}-1_amd64 .deb && \
16
+ dpkg -i influxdb-data_${INFLUXDB_VERSION}-1_amd64 .deb && \
17
+ rm -f influxdb-data_${INFLUXDB_VERSION}-1_amd64 .deb*
18
18
COPY influxdb.conf /etc/influxdb/influxdb.conf
19
19
20
20
EXPOSE 8086
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.11.2 -c1.11.2
7
+ ENV INFLUXDB_VERSION 1.11.3 -c1.11.3
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,12 +9,12 @@ RUN set -ex && \
9
9
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
10
10
done
11
11
12
- ENV INFLUXDB_VERSION 1.11.2 -c1.11.2
13
- RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64 .deb.asc && \
14
- wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}_amd64 .deb && \
15
- gpg --batch --verify influxdb-meta_${INFLUXDB_VERSION}_amd64 .deb.asc influxdb-meta_${INFLUXDB_VERSION}_amd64 .deb && \
16
- dpkg -i influxdb-meta_${INFLUXDB_VERSION}_amd64 .deb && \
17
- rm -f influxdb-meta_${INFLUXDB_VERSION}_amd64 .deb*
12
+ ENV INFLUXDB_VERSION 1.11.3 -c1.11.3
13
+ RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}-1_amd64 .deb.asc && \
14
+ wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}-1_amd64 .deb && \
15
+ gpg --batch --verify influxdb-meta_${INFLUXDB_VERSION}-1_amd64 .deb.asc influxdb-meta_${INFLUXDB_VERSION}-1_amd64 .deb && \
16
+ dpkg -i influxdb-meta_${INFLUXDB_VERSION}-1_amd64 .deb && \
17
+ rm -f influxdb-meta_${INFLUXDB_VERSION}-1_amd64 .deb*
18
18
COPY influxdb-meta.conf /etc/influxdb/influxdb-meta.conf
19
19
20
20
EXPOSE 8091
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.11.2 -c1.11.2
7
+ ENV INFLUXDB_VERSION 1.11.3 -c1.11.3
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