From 1f26e10287b534f2716818076610d49220d4e030 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:50:54 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24 --- apt-mirror/Dockerfile | 2 +- bind/Dockerfile | 2 +- goaccess/Dockerfile | 2 +- grunt/Dockerfile | 2 +- haproxy/Dockerfile | 2 +- icecast/Dockerfile | 2 +- jq/Dockerfile | 2 +- nginx-http2/Dockerfile | 2 +- rails/6/Dockerfile | 2 +- rails/7/Dockerfile | 2 +- rails/8/Dockerfile | 2 +- redis/Dockerfile | 2 +- rsyslog/Dockerfile | 2 +- vault/Dockerfile | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apt-mirror/Dockerfile b/apt-mirror/Dockerfile index 43cd88b..2b66713 100644 --- a/apt-mirror/Dockerfile +++ b/apt-mirror/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 RUN apk add --no-cache bash perl gettext wget ca-certificates unzip \ && mkdir -p /usr/src \ diff --git a/bind/Dockerfile b/bind/Dockerfile index a2a915d..5d53b8a 100644 --- a/bind/Dockerfile +++ b/bind/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 RUN apk add --no-cache bind bind-doc bind-tools diff --git a/goaccess/Dockerfile b/goaccess/Dockerfile index 563bbbd..ab9576b 100644 --- a/goaccess/Dockerfile +++ b/goaccess/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 RUN apk add --no-cache goaccess diff --git a/grunt/Dockerfile b/grunt/Dockerfile index ccb4150..3938555 100644 --- a/grunt/Dockerfile +++ b/grunt/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 LABEL org.opencontainers.image.authors="j@srv.im" diff --git a/haproxy/Dockerfile b/haproxy/Dockerfile index efeaf74..5c90b44 100644 --- a/haproxy/Dockerfile +++ b/haproxy/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 LABEL org.opencontainers.image.authors="j@srv.im" diff --git a/icecast/Dockerfile b/icecast/Dockerfile index 2c1ad15..8bf2626 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 ENV ICECAST_VERSION 2.5-beta3 diff --git a/jq/Dockerfile b/jq/Dockerfile index 0c7d837..dd812fd 100644 --- a/jq/Dockerfile +++ b/jq/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 RUN apk add --no-cache build-base git automake autoconf flex bison libtool oniguruma-dev \ && git clone https://github.com/stedolan/jq.git /usr/local/src/jq \ diff --git a/nginx-http2/Dockerfile b/nginx-http2/Dockerfile index e530082..887d6db 100644 --- a/nginx-http2/Dockerfile +++ b/nginx-http2/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 LABEL org.opencontainers.image.authors="j@srv.im" diff --git a/rails/6/Dockerfile b/rails/6/Dockerfile index dc0349a..29d08d5 100644 --- a/rails/6/Dockerfile +++ b/rails/6/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 # Install required packages including OpenSSL RUN apk add --no-cache \ diff --git a/rails/7/Dockerfile b/rails/7/Dockerfile index 92e7456..5a86be3 100644 --- a/rails/7/Dockerfile +++ b/rails/7/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 # Install required packages including OpenSSL RUN apk add --no-cache \ diff --git a/rails/8/Dockerfile b/rails/8/Dockerfile index 70025c2..25c981f 100644 --- a/rails/8/Dockerfile +++ b/rails/8/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 # Install required packages including OpenSSL RUN apk add --no-cache \ diff --git a/redis/Dockerfile b/redis/Dockerfile index d0da85e..6559863 100644 --- a/redis/Dockerfile +++ b/redis/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 RUN apk add --no-cache redis diff --git a/rsyslog/Dockerfile b/rsyslog/Dockerfile index 99aed85..a329a67 100644 --- a/rsyslog/Dockerfile +++ b/rsyslog/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 LABEL org.opencontainers.image.authors="j@srv.im" diff --git a/vault/Dockerfile b/vault/Dockerfile index 4c7286f..1e4cfa6 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 +FROM alpine:3.24 LABEL org.opencontainers.image.authors="j@srv.im"