From 70ed5f5436fdec6e6d560eb53fd3d2f5608bd549 Mon Sep 17 00:00:00 2001 From: Santhosh Date: Mon, 12 Aug 2024 09:06:28 +0530 Subject: [PATCH] Update BUILDER_3RDPARTY_VERSION to 4.4 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 1c3ea17..817fe86 100644 --- a/Earthfile +++ b/Earthfile @@ -72,7 +72,7 @@ ARG EFI_IMG_SIZE=2200 # internal variables ARG GOLANG_VERSION=1.22 ARG DEBUG=false -ARG BUILDER_3RDPARTY_VERSION=4.5 +ARG BUILDER_3RDPARTY_VERSION=4.4 IF [ "$OS_DISTRIBUTION" = "ubuntu" ] && [ "$BASE_IMAGE" = "" ] IF [ "$OS_VERSION" == 22 ] || [ "$OS_VERSION" == 20 ]