Skip to content

Commit ef93e17

Browse files
authored
Merge pull request #1052 from kubernetes-sigs/csi-test-v4.4
chore: upgrade base image to debian-base:bullseye-v1.4.0
2 parents 7cea41f + 3b4aad3 commit ef93e17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/azurefileplugin/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

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
1616

1717
ARG ARCH=amd64
1818
ARG binary=./_output/${ARCH}/azurefileplugin

test/sanity/run-tests-all-clouds.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function install_csi_sanity_bin {
2121
mkdir -p $GOPATH/src/github.com/kubernetes-csi
2222
pushd $GOPATH/src/github.com/kubernetes-csi
2323
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
2525
pushd csi-test/cmd/csi-sanity
2626
make install
2727
popd

0 commit comments

Comments
 (0)