We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53731e commit 27fd63cCopy full SHA for 27fd63c
1 file changed
build/scripts/image.sh
@@ -27,10 +27,8 @@ elif [[ "$distro" == "korg" ]]; then
27
# Use an older distro for the 5.x toolchains.
28
if [[ "$version" == 5.* ]]; then
29
from="public.ecr.aws/docker/library/ubuntu:16.04"
30
- elif [[ "$version" == 13.* ]]; then
31
- from="public.ecr.aws/ubuntu/ubuntu:23.04"
32
else
33
- from="public.ecr.aws/ubuntu/ubuntu:20.04"
+ from="public.ecr.aws/ubuntu/ubuntu:24.04"
34
fi
35
elif [[ "$distro" == "ubuntu" && "$version" == 16.* ]]; then
36
0 commit comments