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