Skip to content

Commit 27fd63c

Browse files
committed
build: Use Ubuntu 24.04 for newer korg toolchains
23.04 is EOL and 20.04 is getting old.
1 parent e53731e commit 27fd63c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build/scripts/image.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ elif [[ "$distro" == "korg" ]]; then
2727
# Use an older distro for the 5.x toolchains.
2828
if [[ "$version" == 5.* ]]; then
2929
from="public.ecr.aws/docker/library/ubuntu:16.04"
30-
elif [[ "$version" == 13.* ]]; then
31-
from="public.ecr.aws/ubuntu/ubuntu:23.04"
3230
else
33-
from="public.ecr.aws/ubuntu/ubuntu:20.04"
31+
from="public.ecr.aws/ubuntu/ubuntu:24.04"
3432
fi
3533
elif [[ "$distro" == "ubuntu" && "$version" == 16.* ]]; then
3634
from="public.ecr.aws/docker/library/ubuntu:16.04"

0 commit comments

Comments
 (0)