From 747bf0c05912e86c008c8a988a565ca77c5af018 Mon Sep 17 00:00:00 2001 From: AR2000 Date: Sun, 25 May 2025 17:21:09 +0200 Subject: [PATCH] golang 1.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5f32a7..594a858 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.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