File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- FROM buildpack-deps:bullseye -curl
1
+ FROM buildpack-deps:bookworm -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 libcap2-bin && \
@@ -13,7 +13,7 @@ RUN set -ex && \
13
13
gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key" ; \
14
14
done
15
15
16
- ENV TELEGRAF_VERSION 1.26.3
16
+ ENV TELEGRAF_VERSION 1.29.0
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 1
- FROM alpine:3.17
1
+ FROM alpine:3.19
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 su-exec libcap && \
5
5
update-ca-certificates
6
6
7
- ENV TELEGRAF_VERSION 1.26.3
7
+ ENV TELEGRAF_VERSION 1.29.0
8
8
9
9
RUN ARCH= && \
10
10
case "$(apk --print-arch)" in \
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
" Sven Rebhan <[email protected] > (@srebhan)"
6
6
],
7
7
"versions" : [
8
- " 1.26" ,
9
8
" 1.27" ,
10
- " 1.28"
9
+ " 1.28" ,
10
+ " 1.29"
11
11
],
12
12
"architectures" : [
13
13
" amd64" ,
Original file line number Diff line number Diff line change 1
- FROM alpine:3.18
1
+ FROM alpine:3.19
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 su-exec libcap && \
You can’t perform that action at this time.
0 commit comments