We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b84523 commit d6c5a4aCopy full SHA for d6c5a4a
ci/release-image/docker-bake.hcl
@@ -16,7 +16,7 @@ variable "GITHUB_REGISTRY" {
16
17
group "default" {
18
targets = [
19
- "code-server-debian-11",
+ "code-server-debian-12",
20
"code-server-ubuntu-focal",
21
]
22
}
@@ -45,12 +45,12 @@ function "gen_tags_for_docker_and_ghcr" {
45
)
46
47
48
-target "code-server-debian-11" {
+target "code-server-debian-12" {
49
dockerfile = "ci/release-image/Dockerfile"
50
tags = concat(
51
gen_tags_for_docker_and_ghcr(""),
52
gen_tags_for_docker_and_ghcr("debian"),
53
- gen_tags_for_docker_and_ghcr("bullseye"),
+ gen_tags_for_docker_and_ghcr("bookworm"),
54
55
platforms = ["linux/amd64", "linux/arm64"]
56
0 commit comments