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 && \
9
9
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
10
10
done
11
11
12
- ENV INFLUXDB_VERSION 1.4.2
12
+ ENV INFLUXDB_VERSION 1.4.3
13
13
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
14
14
case "${dpkgArch##*-}" in \
15
15
amd64) ARCH='amd64' ;; \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:3.6
3
3
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
4
RUN apk add --no-cache tzdata bash
5
5
6
- ENV INFLUXDB_VERSION 1.4.2
6
+ ENV INFLUXDB_VERSION 1.4.3
7
7
RUN set -ex && \
8
8
apk add --no-cache --virtual .build-deps wget gnupg tar ca-certificates && \
9
9
update-ca-certificates && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN set -ex && \
13
13
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
14
14
done
15
15
16
- ENV TELEGRAF_VERSION 1.5.1
16
+ ENV TELEGRAF_VERSION 1.5.2
17
17
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
18
18
case "${dpkgArch##*-}" in \
19
19
amd64) ARCH='amd64' ;; \
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 iputils ca-certificates net-snmp-tools procps && \
5
5
update-ca-certificates
6
6
7
- ENV TELEGRAF_VERSION 1.5.1
7
+ ENV TELEGRAF_VERSION 1.5.2
8
8
9
9
RUN set -ex && \
10
10
apk add --no-cache --virtual .build-deps wget gnupg tar && \
You can’t perform that action at this time.
0 commit comments