Skip to content

Commit 5385556

Browse files
committed
Use Debian Bookworm everywhere in CI
1 parent 2324d76 commit 5385556

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.taskcluster.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ tasks:
176176
workerType: ci
177177
payload:
178178
maxRunTime: 3600
179-
image: "rust:buster"
179+
image: "rust:bookworm"
180180
command:
181181
- "/bin/bash"
182182
- "-cxe"
@@ -210,7 +210,7 @@ tasks:
210210
workerType: ci
211211
payload:
212212
maxRunTime: 3600
213-
image: "rust:buster"
213+
image: "rust:bookworm"
214214
command:
215215
- "/bin/bash"
216216
- "-cxe"
@@ -244,7 +244,7 @@ tasks:
244244
workerType: ci
245245
payload:
246246
maxRunTime: 3600
247-
image: "rust:buster"
247+
image: "rust:bookworm"
248248
command:
249249
- "/bin/bash"
250250
- "-cxe"
@@ -278,7 +278,7 @@ tasks:
278278
workerType: ci
279279
payload:
280280
maxRunTime: 3600
281-
image: "rust:buster"
281+
image: "rust:bookworm"
282282
command:
283283
- "/bin/bash"
284284
- "-cxe"
@@ -312,7 +312,7 @@ tasks:
312312
workerType: ci
313313
payload:
314314
maxRunTime: 3600
315-
image: "rust:buster"
315+
image: "rust:bookworm"
316316
command:
317317
- "/bin/bash"
318318
- "-cxe"
@@ -346,7 +346,7 @@ tasks:
346346
workerType: ci
347347
payload:
348348
maxRunTime: 3600
349-
image: "rust:buster"
349+
image: "rust:bookworm"
350350
command:
351351
- "/bin/bash"
352352
- "-cxe"
@@ -380,7 +380,7 @@ tasks:
380380
workerType: ci
381381
payload:
382382
maxRunTime: 3600
383-
image: "rust:buster"
383+
image: "rust:bookworm"
384384
command:
385385
- "/bin/bash"
386386
- "-cxe"
@@ -416,7 +416,7 @@ tasks:
416416
workerType: ci
417417
payload:
418418
maxRunTime: 3600
419-
image: "rust:buster"
419+
image: "rust:bookworm"
420420
command:
421421
- "/bin/bash"
422422
- "-cxe"
@@ -494,7 +494,7 @@ tasks:
494494
workerType: ci
495495
payload:
496496
maxRunTime: 3600
497-
image: "rust:buster"
497+
image: "rust:bookworm"
498498
command:
499499
- "/bin/bash"
500500
- "-cxe"

0 commit comments

Comments
 (0)