driver: update BuildKit version constraint for docker driver

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-04-11 11:10:01 +02:00
parent 91fdb0423d
commit 1b816ff838
2 changed files with 6 additions and 2 deletions

View File

@@ -105,7 +105,11 @@ func TestResolveBuildKitVersion(t *testing.T) {
},
{
mobyVersion: "23.0.2-rc.1",
expected: "v0.10+unknown",
expected: "v0.10.6+70f2ad5",
},
{
mobyVersion: "23.0.3",
expected: "v0.10.6+70f2ad5",
},
{
mobyVersion: "23.0.4",