Skip to content

Commit eb222c9

Browse files
committed
add debian get_version automation
1 parent 458e99f commit eb222c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/update/get_version/get_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var dependencies = map[string]dependency{
7575
"nvidia-device-plugin": {addonsFile, `nvidia/k8s-device-plugin:(.*)@`},
7676
"registry": {addonsFile, `registry:(.*)@`},
7777
"runc": {"deploy/iso/minikube-iso/package/runc-master/runc-master.mk", `RUNC_MASTER_VERSION = (.*)`},
78-
"ubuntu": {dockerfile, `ubuntu:jammy-(.*)"`},
78+
"debian": {dockerfile, `debian:bookworm-(.*)-slim`},
7979
"volcano": {addonsFile, `volcanosh/vc-webhook-manager:(.*)@`},
8080
"yakd": {addonsFile, `marcnuri/yakd:(.*)@`},
8181
}

0 commit comments

Comments
 (0)