From 28160ffa4719e338d81d82d4c7a4083bd4eb9478 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 21:04:15 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.24 --- containers/openbao-csi-provider/Containerfile | 2 +- containers/openbao/Containerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/openbao-csi-provider/Containerfile b/containers/openbao-csi-provider/Containerfile index 9411c52..bf6ee6d 100644 --- a/containers/openbao-csi-provider/Containerfile +++ b/containers/openbao-csi-provider/Containerfile @@ -1,4 +1,4 @@ -FROM library/golang:1.23 AS build +FROM library/golang:1.24 AS build ENV CGO_ENABLED=0 RUN git clone -b v1.4.0 https://github.com/openbao/openbao-csi-provider /openbao-csi-provider WORKDIR /openbao-csi-provider diff --git a/containers/openbao/Containerfile b/containers/openbao/Containerfile index 9fa33f0..b591ccd 100644 --- a/containers/openbao/Containerfile +++ b/containers/openbao/Containerfile @@ -3,7 +3,7 @@ RUN git clone -b v2.1.0 https://github.com/openbao/openbao /usr/src/openbao WORKDIR /usr/src/openbao RUN make ember-dist -FROM golang:1.23 AS build +FROM golang:1.24 AS build RUN git clone -b v2.1.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 -- 2.47.2