diff --git a/Dockerfile b/Dockerfile index 13a619b..651348d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN update-alternatives --set iptables /usr/sbin/iptables-nft RUN update-alternatives --set ip6tables /usr/sbin/ip6tables-nft #build crowdsec-custom-bouncer -FROM golang:1.21.4 AS build-stage +FROM golang:1.24 AS build-stage WORKDIR /app RUN git clone --depth 1 https://github.com/crowdsecurity/cs-custom-bouncer.git WORKDIR /app/cs-custom-bouncer