Skip to content

Commit abdef27

Browse files
committed
Update base debian/ubuntu image to latest LTS
1 parent 412a80a commit abdef27

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

influxdb/2.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-slim
1+
FROM debian:trixie-slim
22

33
RUN export DEBIAN_FRONTEND=noninteractive && \
44
# install dependencies \

influxdb/2.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm-slim
1+
FROM debian:trixie-slim
22

33
RUN export DEBIAN_FRONTEND=noninteractive && \
44
# install dependencies \

kapacitor/1.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:jammy-curl
1+
FROM buildpack-deps:noble-curl
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44
DEBIAN_FRONTEND=noninteractive apt-get install -y bash-completion && \

telegraf/1.37/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:bookworm-curl
1+
FROM buildpack-deps:trixie-curl
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping snmp procps lm-sensors libcap2-bin && \

telegraf/nightly/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM buildpack-deps:bookworm-curl
1+
FROM buildpack-deps:trixie-curl
22

33
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends iputils-ping snmp procps lm-sensors libcap2-bin && \

0 commit comments

Comments
 (0)