chore(deps): update golang docker tag to v1.23
All checks were successful
/ build-traefik-forward-auth (push) Successful in 1m5s
/ build-openbao (push) Successful in 10m17s

This commit is contained in:
Renovate Bot 2024-09-08 06:02:16 +00:00
parent d9072b15e0
commit a8da55a6b3
2 changed files with 2 additions and 2 deletions

View file

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

View file

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