Update golang on traefik-forward-auth container
This commit is contained in:
parent
3f74c57827
commit
e15a0a7b82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue