File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM registry.k8s.io/build-image/debian-base:bullseye-v1.2 .0
15
+ FROM registry.k8s.io/build-image/debian-base:bullseye-v1.4 .0
16
16
17
17
ARG ARCH=amd64
18
18
ARG binary=./_output/${ARCH}/azurefileplugin
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function install_csi_sanity_bin {
21
21
mkdir -p $GOPATH /src/github.com/kubernetes-csi
22
22
pushd $GOPATH /src/github.com/kubernetes-csi
23
23
export GO111MODULE=off
24
- git clone https://github.com/kubernetes-csi/csi-test.git -b v4.3 .0
24
+ git clone https://github.com/kubernetes-csi/csi-test.git -b v4.4 .0
25
25
pushd csi-test/cmd/csi-sanity
26
26
make install
27
27
popd
You can’t perform that action at this time.
0 commit comments