Skip to content

Commit 5d3367f

Browse files
committed
fix: update base image to fix build failure
1 parent 5c80226 commit 5d3367f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-bake.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ target "clang-tools" {
8282

8383
target "clang-tools" {
8484
matrix = {
85-
tgt = ["17", "16", "15", "14", "13"]
85+
tgt = ["17", "16", "15", "14"]
8686
}
8787
name = "${tgt}"
8888
dockerfile = "Dockerfile"
8989
context = "."
9090
args = {
91-
BASE_IMAGE="ubuntu:23.10"
91+
BASE_IMAGE="ubuntu:24.10"
9292
CLANG_VERSION="${tgt}",
9393
}
9494
tags = [
@@ -100,7 +100,7 @@ target "clang-tools" {
100100

101101
target "clang-tools" {
102102
matrix = {
103-
tgt = ["12", "11"]
103+
tgt = ["13", "12", "11"]
104104
}
105105
name = "${tgt}"
106106
dockerfile = "Dockerfile"

0 commit comments

Comments
 (0)