Skip to content

Commit d3fddae

Browse files
update expected dependency versions in vm serial tests
Signed-off-by: Swapnanil Gupta <[email protected]>
1 parent 602bb0c commit d3fddae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

e2e/vm/version_remote_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ import (
1818
"github.com/runfinch/finch/pkg/version"
1919
)
2020

21+
// TODO: read this from finch-core/deps
2122
const (
22-
nerdctlVersion = "v2.1.3"
23-
buildKitVersion = "v0.23.2"
24-
containerdVersion = "v2.1.3"
23+
nerdctlVersion = "v2.2.1"
24+
buildKitVersion = "v0.26.3"
25+
containerdVersion = "v2.2.1"
2526
runcVersion = "1.3.3"
2627
)
2728

0 commit comments

Comments
 (0)