From 6458d77f1e700011bc0f2646960ed8fbcbe53a1c Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Tue, 20 Dec 2022 13:56:09 +0100 Subject: [PATCH] Bump --- image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Makefile b/image/Makefile index 050fda95d..c66fb20e1 100644 --- a/image/Makefile +++ b/image/Makefile @@ -25,7 +25,7 @@ $(csps): %: mkosi.output.%/fedora~37/image.raw prebuilt/azure/rpms/%.rpm: @echo "Downloading $*" @mkdir -p $(@D) - @curl -sL -o $@ https://cdn.confidential.cloud/constellation/testing/kernel/$*.rpm + @curl -sL -o $@ https://cdn.confidential.cloud/constellation/testing/kernel/2/$*.rpm prebuilt/gcp/rpms/%.rpm: @echo "Downloading $*"