From a8da55a6b3674fcce3b4a25b8b9642a336919108 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 8 Sep 2024 06:02:16 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 --- containers/openbao/Containerfile | 2 +- containers/traefik-forward-auth/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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