chore(deps): update golang docker tag to v1.23
All checks were successful
/ build-openbao-csi-provider (push) Successful in 1m12s
All checks were successful
/ build-openbao-csi-provider (push) Successful in 1m12s
This commit is contained in:
parent
4d6dd966a4
commit
8f7fa85bb8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM library/golang:1.22 AS build
|
||||
FROM library/golang:1.23 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
|
||||
|
|
Loading…
Reference in a new issue