diff --git a/containers/traefik-forward-auth/Containerfile b/containers/traefik-forward-auth/Containerfile index 61e0c0d..a1501aa 100644 --- a/containers/traefik-forward-auth/Containerfile +++ b/containers/traefik-forward-auth/Containerfile @@ -1,4 +1,4 @@ -FROM library/golang:1.23 as builder +FROM library/golang:1.24 as builder RUN git clone -b v2.3.0 https://github.com/thomseddon/traefik-forward-auth /go/traefik-forward-auth WORKDIR /go/traefik-forward-auth RUN CGO_ENABLED=0 go build -a -installsuffix nocgo -o /traefik-forward-auth ./cmd