Skip to content

Commit 64c7cea

Browse files
authored
Merge pull request #721 from influxdata/BNP_enterprise-1.11.5
chore: release enterprise 1.11.5
2 parents 3cb0f0e + 0975b7a commit 64c7cea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

influxdb/1.11/data/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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.11.3-c1.11.3
12+
ENV INFLUXDB_VERSION 1.11.5-c1.11.5
1313
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb.asc && \
1414
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb && \
1515
gpg --batch --verify influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb.asc influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb && \

influxdb/1.11/data/alpine/Dockerfile

+1-1
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.11.3-c1.11.3
7+
ENV INFLUXDB_VERSION 1.11.5-c1.11.5
88
RUN set -ex && \
99
apk add --no-cache --virtual .build-deps wget gnupg tar && \
1010
for key in \

influxdb/1.11/meta/Dockerfile

+1-1
Original file line numberDiff line numberDiff 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.11.3-c1.11.3
12+
ENV INFLUXDB_VERSION 1.11.5-c1.11.5
1313
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb.asc && \
1414
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb && \
1515
gpg --batch --verify influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb.asc influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb && \

influxdb/1.11/meta/alpine/Dockerfile

+1-1
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.11.3-c1.11.3
7+
ENV INFLUXDB_VERSION 1.11.5-c1.11.5
88
RUN set -ex && \
99
apk add --no-cache --virtual .build-deps wget gnupg tar && \
1010
for key in \

0 commit comments

Comments
 (0)