diff --git a/containers/openbao/Containerfile b/containers/openbao/Containerfile index 7a31188..4e13fd7 100644 --- a/containers/openbao/Containerfile +++ b/containers/openbao/Containerfile @@ -3,7 +3,7 @@ RUN git clone -b v2.0.0 https://github.com/openbao/openbao /usr/src/openbao WORKDIR /usr/src/openbao RUN make ember-dist -FROM golang:1.22 AS build +FROM golang:1.23 AS build RUN git clone -b v2.0.0 https://github.com/openbao/openbao /usr/src/openbao WORKDIR /usr/src/openbao COPY --from=web-build /usr/src/openbao/http/web_ui /usr/src/openbao/http/web_ui diff --git a/containers/traefik-forward-auth/Containerfile b/containers/traefik-forward-auth/Containerfile index 5cbc194..61e0c0d 100644 --- a/containers/traefik-forward-auth/Containerfile +++ b/containers/traefik-forward-auth/Containerfile @@ -1,4 +1,4 @@ -FROM library/golang:1.22 as builder +FROM library/golang:1.23 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