File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN gpg \
4
4
--keyserver hkp://ha.pool.sks-keyservers.net \
5
5
--recv-keys 05CE15085FC09D18E99EFB22684A14CF2582E0C5
6
6
7
- ENV INFLUXDB_VERSION 1.1.0~rc2
7
+ ENV INFLUXDB_VERSION 1.1.0
8
8
RUN wget -q https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VERSION}_amd64.deb.asc && \
9
9
wget -q https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB_VERSION}_amd64.deb && \
10
10
gpg --batch --verify influxdb_${INFLUXDB_VERSION}_amd64.deb.asc influxdb_${INFLUXDB_VERSION}_amd64.deb && \
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.4
2
2
3
- ENV INFLUXDB_VERSION 1.1.0~rc2
3
+ ENV INFLUXDB_VERSION 1.1.0
4
4
RUN apk add --no-cache --virtual .build-deps wget gnupg tar ca-certificates && \
5
5
update-ca-certificates && \
6
6
gpg --keyserver hkp://ha.pool.sks-keyservers.net \
You can’t perform that action at this time.
0 commit comments