Skip to content

Commit d6c5a4a

Browse files
authored
Add Debian bookworm config to bakefile (#6590)
1 parent 0b84523 commit d6c5a4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/release-image/docker-bake.hcl

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variable "GITHUB_REGISTRY" {
1616

1717
group "default" {
1818
targets = [
19-
"code-server-debian-11",
19+
"code-server-debian-12",
2020
"code-server-ubuntu-focal",
2121
]
2222
}
@@ -45,12 +45,12 @@ function "gen_tags_for_docker_and_ghcr" {
4545
)
4646
}
4747

48-
target "code-server-debian-11" {
48+
target "code-server-debian-12" {
4949
dockerfile = "ci/release-image/Dockerfile"
5050
tags = concat(
5151
gen_tags_for_docker_and_ghcr(""),
5252
gen_tags_for_docker_and_ghcr("debian"),
53-
gen_tags_for_docker_and_ghcr("bullseye"),
53+
gen_tags_for_docker_and_ghcr("bookworm"),
5454
)
5555
platforms = ["linux/amd64", "linux/arm64"]
5656
}

0 commit comments

Comments
 (0)