Skip to content

Commit 287f50e

Browse files
authored
Merge pull request rancher-sandbox#9724 from rancher-sandbox/rddepman/alpineLimaISO/0.2.46.rd5-to-0.2.47.rd1
rddepman: bump alpineLimaISO from 0.2.46.rd5 to 0.2.47.rd1
2 parents 77a38f2 + 408630d commit 287f50e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pkg/rancher-desktop/assets/dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ lima: 1.2.1.rd2
22
qemu: 9.2.0.rd2
33
socketVMNet: 1.2.2
44
alpineLimaISO:
5-
isoVersion: 0.2.46.rd5
6-
alpineVersion: 3.22.2
7-
WSLDistro: "0.93"
5+
isoVersion: 0.2.47.rd1
6+
alpineVersion: 3.23.0
7+
WSLDistro: "0.94"
88
kuberlr: 0.6.1
99
helm: 4.0.4
1010
dockerCLI: 29.1.4

pkg/rancher-desktop/backend/backendHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ export default class BackendHelper {
384384
await vmx.execCommand({ root: true }, 'mkdir', '-p', path.dirname(DOCKER_DAEMON_JSON));
385385
config = {};
386386
}
387+
config['min-api-version'] = '1.41';
387388
config['features'] ??= {};
388389
config['features']['containerd-snapshotter'] ||= configureWASM || !found;
389390

0 commit comments

Comments
 (0)