diff --git a/deploy/iso/minikube-iso/package/crun/crun.hash b/deploy/iso/minikube-iso/package/crun/crun.hash index 8fea7526bf2b..740e98914710 100644 --- a/deploy/iso/minikube-iso/package/crun/crun.hash +++ b/deploy/iso/minikube-iso/package/crun/crun.hash @@ -1,3 +1,5 @@ # Locally computed sha256 8065b73ae37ccfb960915fa10051e2bf27850d1c2c69ffeb9eec17c6f198d1c9 crun-0.19.tar.gz sha256 7b190ff934355e69636e24c12864326a6ebccdbb12af1f14bead217118eb19cb crun-0.19.1.tar.gz +sha256 93423c730ac8deb8dacf805fb15dc5c3ac12e47f8a3eb36dd42166ccfd023d00 crun-0.20.tar.gz +sha256 84a31b25169d92b59a2611fe256a2cc48b05edd9aee8eab4e3dabb60d88f5a23 crun-0.20.1.tar.gz diff --git a/deploy/iso/minikube-iso/package/crun/crun.mk b/deploy/iso/minikube-iso/package/crun/crun.mk index fa53839a7d0a..542c4ab0453c 100644 --- a/deploy/iso/minikube-iso/package/crun/crun.mk +++ b/deploy/iso/minikube-iso/package/crun/crun.mk @@ -4,8 +4,8 @@ # ################################################################################ -CRUN_VERSION = 0.19.1 -CRUN_COMMIT = 1535fedf0b83fb898d449f9680000f729ba719f5 +CRUN_VERSION = 0.20.1 +CRUN_COMMIT = 38271d1c8d9641a2cdc70acfa3dcb6996d124b3d # need the pre-generated release tarball with the git submodules and configure CRUN_SITE = https://github.com/containers/crun/releases/download/$(CRUN_VERSION) CRUN_LICENSE = GPL-2.0