Update golang on traefik-forward-auth container
All checks were successful
/ build-traefik-forward-auth (push) Successful in 47s
/ roll out update (push) Successful in 3s

This commit is contained in:
Finn 2025-02-27 10:46:29 -08:00
parent 3f74c57827
commit e15a0a7b82

View file

@ -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