chore(deps): update golang docker tag to v1.23
This commit is contained in:
parent
d9072b15e0
commit
a8da55a6b3
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ RUN git clone -b v2.0.0 https://github.com/openbao/openbao /usr/src/openbao
|
||||||
WORKDIR /usr/src/openbao
|
WORKDIR /usr/src/openbao
|
||||||
RUN make ember-dist
|
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
|
RUN git clone -b v2.0.0 https://github.com/openbao/openbao /usr/src/openbao
|
||||||
WORKDIR /usr/src/openbao
|
WORKDIR /usr/src/openbao
|
||||||
COPY --from=web-build /usr/src/openbao/http/web_ui /usr/src/openbao/http/web_ui
|
COPY --from=web-build /usr/src/openbao/http/web_ui /usr/src/openbao/http/web_ui
|
||||||
|
|
|
@ -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
|
RUN git clone -b v2.3.0 https://github.com/thomseddon/traefik-forward-auth /go/traefik-forward-auth
|
||||||
WORKDIR /go/traefik-forward-auth
|
WORKDIR /go/traefik-forward-auth
|
||||||
RUN CGO_ENABLED=0 go build -a -installsuffix nocgo -o /traefik-forward-auth ./cmd
|
RUN CGO_ENABLED=0 go build -a -installsuffix nocgo -o /traefik-forward-auth ./cmd
|
||||||
|
|
Loading…
Reference in a new issue