diff --git a/build_system.sh b/build_system.sh index a438836..9545016 100755 --- a/build_system.sh +++ b/build_system.sh @@ -2,8 +2,8 @@ set -e UBUNTU_BASE_URL="https://cdimage.ubuntu.com/ubuntu-base/releases/24.04/release/" -UBUNTU_FILE="ubuntu-base-24.04.1-base-arm64.tar.gz" -UBUNTU_FILE_CHECKSUM="7700539236d24c31c3eea1d5345eba5ee0353a1bac7d91ea5720b399b27f3cb4" +UBUNTU_FILE="ubuntu-base-24.04.2-base-arm64.tar.gz" +UBUNTU_FILE_CHECKSUM="d3144c017e40b328c0e86f022d8d00a786db036784103c4413aa533dd97cbd3d" # Make sure we're in the correct spot DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"