golang 1.24

This commit is contained in:
2025-05-25 17:21:09 +02:00
parent 1feac5e60d
commit 747bf0c059

View File

@@ -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.24.1 AS build-stage
FROM golang:1.24 AS build-stage
WORKDIR /app
RUN git clone https://github.com/crowdsecurity/cs-custom-bouncer.git
WORKDIR /app/cs-custom-bouncer