Skip to content

Commit 208edd9

Browse files
committed
Update base debian/ubuntu image to latest LTS
1 parent a501127 commit 208edd9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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)