From 728d297f23db2b9a9ba3abfdc3ebf834479772b0 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 30 Jun 2025 17:14:43 +0300 Subject: [PATCH] chore: Update alpine to 3.23 --- influxdb/2.7/alpine/Dockerfile | 2 +- influxdb/2.8/alpine/Dockerfile | 2 +- kapacitor/1.8/alpine/Dockerfile | 2 +- telegraf/1.37/alpine/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/influxdb/2.7/alpine/Dockerfile b/influxdb/2.7/alpine/Dockerfile index 46193ccec..a9bb04d53 100644 --- a/influxdb/2.7/alpine/Dockerfile +++ b/influxdb/2.7/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.23 RUN echo 'hosts: files dns' >> /etc/nsswitch.conf RUN apk add --no-cache \ diff --git a/influxdb/2.8/alpine/Dockerfile b/influxdb/2.8/alpine/Dockerfile index 37b550178..39d3dd3c7 100644 --- a/influxdb/2.8/alpine/Dockerfile +++ b/influxdb/2.8/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.23 RUN echo 'hosts: files dns' >> /etc/nsswitch.conf RUN apk add --no-cache \ diff --git a/kapacitor/1.8/alpine/Dockerfile b/kapacitor/1.8/alpine/Dockerfile index 14f66662a..e750938e6 100644 --- a/kapacitor/1.8/alpine/Dockerfile +++ b/kapacitor/1.8/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 RUN echo 'hosts: files dns' >> /etc/nsswitch.conf RUN apk add --no-cache ca-certificates setpriv && \ diff --git a/telegraf/1.37/alpine/Dockerfile b/telegraf/1.37/alpine/Dockerfile index a8c11b66c..fdbe6bb4e 100644 --- a/telegraf/1.37/alpine/Dockerfile +++ b/telegraf/1.37/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.22 +FROM alpine:3.23 RUN echo 'hosts: files dns' >> /etc/nsswitch.conf RUN apk add --no-cache iputils ca-certificates net-snmp-tools procps lm_sensors tzdata setpriv libcap && \