From 236b28dd5d832028200394aedfa889eef8328135 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:47:37 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.1 --- avahi/Dockerfile | 2 +- fullbogons/Dockerfile | 2 +- iperf2/Dockerfile | 4 ++-- iperf3/Dockerfile | 4 ++-- mdns-reflector/Dockerfile | 4 ++-- rng-tools/Dockerfile | 2 +- stun/Dockerfile | 4 ++-- telegraf/Dockerfile | 2 +- verlihub/Dockerfile-alpine | 4 ++-- xteve/Dockerfile | 2 +- yancobat/Dockerfile | 2 +- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/avahi/Dockerfile b/avahi/Dockerfile index 7f2e3b0..47f5c25 100644 --- a/avahi/Dockerfile +++ b/avahi/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 +FROM alpine:3.21.1 RUN apk --no-cache add avahi augeas RUN mkdir /opt/avahi diff --git a/fullbogons/Dockerfile b/fullbogons/Dockerfile index d804163..af04451 100644 --- a/fullbogons/Dockerfile +++ b/fullbogons/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 +FROM alpine:3.21.1 RUN apk --no-cache add supercronic diff --git a/iperf2/Dockerfile b/iperf2/Dockerfile index 5b5935a..23fc5e3 100644 --- a/iperf2/Dockerfile +++ b/iperf2/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 AS buildenv +FROM alpine:3.21.1 AS buildenv ENV SOURCE_FILE=iperf2.tar.gz \ SOURCE_URL=https://downloads.sourceforge.net/project/iperf2/iperf-2.1.9.tar.gz \ @@ -14,7 +14,7 @@ RUN apk --no-cache add tar build-base \ && make \ && make install -FROM alpine:3.21.0 +FROM alpine:3.21.1 # Copy relevant compiled files to distribution image RUN adduser --system iperf2 \ diff --git a/iperf3/Dockerfile b/iperf3/Dockerfile index 6a4d887..4b051bc 100644 --- a/iperf3/Dockerfile +++ b/iperf3/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 AS buildenv +FROM alpine:3.21.1 AS buildenv ENV SOURCE_FILE=iperf3.tar.gz \ SOURCE_URL=https://github.com/esnet/iperf/archive/3.13.tar.gz \ @@ -14,7 +14,7 @@ RUN apk --no-cache add tar build-base \ && make \ && make install -FROM alpine:3.21.0 +FROM alpine:3.21.1 # Copy relevant compiled files to distribution image RUN adduser --system iperf3 \ diff --git a/mdns-reflector/Dockerfile b/mdns-reflector/Dockerfile index d444083..4dae415 100644 --- a/mdns-reflector/Dockerfile +++ b/mdns-reflector/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 AS buildenv +FROM alpine:3.21.1 AS buildenv ENV SOURCE_FILE=mdns-reflector.tar.gz \ SOURCE_URL=https://github.com/vfreex/mdns-reflector/archive/refs/tags/v0.0.1-dev.1.tar.gz \ @@ -15,7 +15,7 @@ RUN apk --no-cache add tar build-base cmake \ && cmake -DCMAKE_BUILD_TYPE=release .. \ && make install -FROM alpine:3.21.0 +FROM alpine:3.21.1 # Copy relevant compiled files to distribution image RUN adduser --system mdns-reflector diff --git a/rng-tools/Dockerfile b/rng-tools/Dockerfile index 59fccf6..b541e08 100644 --- a/rng-tools/Dockerfile +++ b/rng-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 +FROM alpine:3.21.1 # Uprade and install packages to image RUN apk --no-cache add rng-tools diff --git a/stun/Dockerfile b/stun/Dockerfile index 8fc9542..f7c495e 100644 --- a/stun/Dockerfile +++ b/stun/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 AS build +FROM alpine:3.21.1 AS build ENV SOURCE_HASH=4479e1ae070651dfc4836a998267c7ac2fba4f011abcfdca3b8ccd7736d4fd26 \ SOURCE_VERSION=1.2.16 \ @@ -12,7 +12,7 @@ RUN apk --no-cache add build-base boost-dev openssl-dev wget tar \ && tar -xz --strip-components=1 --file="$SOURCE_FILE" \ && make -FROM alpine:3.21.0 +FROM alpine:3.21.1 WORKDIR /stuntman diff --git a/telegraf/Dockerfile b/telegraf/Dockerfile index 1917963..33cb1f3 100644 --- a/telegraf/Dockerfile +++ b/telegraf/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 +FROM alpine:3.21.1 # Set working directory WORKDIR /opt/docker-telegraf diff --git a/verlihub/Dockerfile-alpine b/verlihub/Dockerfile-alpine index a1f476f..c7315bb 100644 --- a/verlihub/Dockerfile-alpine +++ b/verlihub/Dockerfile-alpine @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 AS build +FROM alpine:3.21.1 AS build ENV SOURCE_FILE=verlihub.tar.gz \ SOURCE_URL=https://github.com/Verlihub/verlihub/archive/baa5f6ca57742f08bab1ab577e0d58119f7e07f7.tar.gz \ @@ -19,7 +19,7 @@ RUN apk --no-cache add bash build-base cmake gettext gettext-dev icu-dev libmaxm && rm -R /verlihub/* # Copy compiled files to final image -FROM alpine:3.21.0 +FROM alpine:3.21.1 # Install runtime dependencies RUN apk --no-cache add bash icu-data-full mariadb-connector-c mysql-client ncurses \ diff --git a/xteve/Dockerfile b/xteve/Dockerfile index c45ac8c..55ca89b 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 +FROM alpine:3.21.1 # Install dependencies and set timezone RUN apk add --no-cache ca-certificates curl tzdata bash busybox-suid su-exec ffmpeg vlc \ diff --git a/yancobat/Dockerfile b/yancobat/Dockerfile index f3085ca..31d2105 100644 --- a/yancobat/Dockerfile +++ b/yancobat/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.0 +FROM alpine:3.21.1 RUN apk --no-cache add supercronic \ && addgroup -S ansible && adduser -S ansible -G ansible \