From 37eace2d833f3b555b0db4772563f3a42fb61ada Mon Sep 17 00:00:00 2001 From: Debanjan Basu Date: Sat, 18 May 2024 19:16:41 +1000 Subject: [PATCH] test with 24.04 lts ubuntu --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index d2c2e6c7..ee078bf8 100644 --- a/Earthfile +++ b/Earthfile @@ -13,7 +13,7 @@ VERSION 0.7 # Start with older Ubuntu to ensure GLIBC symbol versioning support for older linux # Ensure we are using an amd64 platform because some of these targets use cross-platform tooling -FROM ubuntu:18.04 +FROM ubuntu:24.04 ENV ZIG_VERSION=0.13.0-dev.46+3648d7df1 ENV RUSTUP_HOME=/usr/local/rustup