chore(deps): update golang docker tag to v1.23 #6

Merged
finn merged 1 commit from renovate/golang-1.x into main 2024-09-08 06:08:04 +00:00
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