From ec4036e82681d2f3e13a4147889d13611c3fd986 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 09:34:24 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20alpine=20(?= =?UTF-8?q?=203.23.3=20=E2=86=92=203.23.4=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | alpine | 3.23.3 | 3.23.4 | --- apps/alpine/Dockerfile | 2 +- apps/avahi/Dockerfile | 2 +- apps/dnsmasq/Dockerfile | 2 +- apps/keepalived/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/alpine/Dockerfile b/apps/alpine/Dockerfile index 39fa42a..5f1869a 100644 --- a/apps/alpine/Dockerfile +++ b/apps/alpine/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION="3.23.3" +ARG VERSION="3.23.4" ARG REVISION="" FROM alpine:$VERSION diff --git a/apps/avahi/Dockerfile b/apps/avahi/Dockerfile index a7de38d..95fb67d 100644 --- a/apps/avahi/Dockerfile +++ b/apps/avahi/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23.3 +FROM alpine:3.23.4 # https://github.com/flungo-docker/avahi ARG VERSION diff --git a/apps/dnsmasq/Dockerfile b/apps/dnsmasq/Dockerfile index 3733867..435825e 100644 --- a/apps/dnsmasq/Dockerfile +++ b/apps/dnsmasq/Dockerfile @@ -1,7 +1,7 @@ ARG VERSION ARG REVISION -FROM alpine:3.23.3 +FROM alpine:3.23.4 LABEL maintainer="rtrox