File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM buildpack-deps:stable -curl
1
+ FROM buildpack-deps:buster -curl
2
2
3
3
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
4
4
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping snmp procps lm-sensors && \
@@ -15,7 +15,7 @@ RUN set -ex && \
15
15
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
16
16
done
17
17
18
- ENV TELEGRAF_VERSION 1.15.4
18
+ ENV TELEGRAF_VERSION 1.18.0
19
19
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
20
20
case "${dpkgArch##*-}" in \
21
21
amd64) ARCH='amd64' ;; \
Original file line number Diff line number Diff line change 1
- FROM alpine:latest
1
+ FROM alpine:3.12
2
2
3
3
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
4
4
RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata && \
5
5
update-ca-certificates
6
6
7
- ENV TELEGRAF_VERSION 1.15.4
7
+ ENV TELEGRAF_VERSION 1.18.0
8
8
9
9
RUN set -ex && \
10
10
mkdir ~/.gnupg; \
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
" Steven Soroka <[email protected] > (@ssoroka)"
6
6
],
7
7
"versions" : [
8
- " 1.15" ,
9
8
" 1.16" ,
10
- " 1.17"
9
+ " 1.17" ,
10
+ " 1.18"
11
11
],
12
12
"architectures" : [
13
13
" amd64" ,
You can’t perform that action at this time.
0 commit comments