Skip to content

Commit

Permalink
chore: release enterprise 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bnpfeife committed Feb 15, 2024
1 parent 3cb0f0e commit 0975b7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion influxdb/1.11/data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -ex && \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
done

ENV INFLUXDB_VERSION 1.11.3-c1.11.3
ENV INFLUXDB_VERSION 1.11.5-c1.11.5
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb.asc && \
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb && \
gpg --batch --verify influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb.asc influxdb-data_${INFLUXDB_VERSION}-1_amd64.deb && \
Expand Down
2 changes: 1 addition & 1 deletion influxdb/1.11/data/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache tzdata bash ca-certificates && \
update-ca-certificates

ENV INFLUXDB_VERSION 1.11.3-c1.11.3
ENV INFLUXDB_VERSION 1.11.5-c1.11.5
RUN set -ex && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
for key in \
Expand Down
2 changes: 1 addition & 1 deletion influxdb/1.11/meta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN set -ex && \
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
done

ENV INFLUXDB_VERSION 1.11.3-c1.11.3
ENV INFLUXDB_VERSION 1.11.5-c1.11.5
RUN wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb.asc && \
wget --no-verbose https://dl.influxdata.com/enterprise/releases/influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb && \
gpg --batch --verify influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb.asc influxdb-meta_${INFLUXDB_VERSION}-1_amd64.deb && \
Expand Down
2 changes: 1 addition & 1 deletion influxdb/1.11/meta/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
RUN apk add --no-cache tzdata bash ca-certificates && \
update-ca-certificates

ENV INFLUXDB_VERSION 1.11.3-c1.11.3
ENV INFLUXDB_VERSION 1.11.5-c1.11.5
RUN set -ex && \
apk add --no-cache --virtual .build-deps wget gnupg tar && \
for key in \
Expand Down

0 comments on commit 0975b7a

Please sign in to comment.