From 2800a534a0dd7d9e0bba78cf44704f7e9ec05b49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 00:31:17 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24.1 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 2220565c..1063c333 100644 --- a/build-images.sh +++ b/build-images.sh @@ -29,7 +29,7 @@ tar -C "${bouncer_tmp_dir}" -x -v -z -f crowdsec-firewall-bouncer-linux-amd64.tg # Create a new empty container image for crowdsec-firewall-bouncer reponame="crowdsec-firewall-bouncer" -container=$(buildah from docker.io/alpine:3.23.5) +container=$(buildah from docker.io/alpine:3.24.1) # add to the container the crowdsec-firewall-bouncer buildah add --chmod 750 ${container} ${bouncer_tmp_dir}/crowdsec-firewall-bouncer-v*/crowdsec-firewall-bouncer /usr/local/bin/crowdsec-firewall-bouncer