fix: use ubuntu-latest bookworm instead of buster for tests (#5884)

* buster is now end of life
* apt-get update fails for some tests using ubuntu-latest
* buster cdn moved to archived domain
This commit is contained in:
ChristopherHX
2025-07-25 22:33:59 +02:00
committed by GitHub
parent 5319acf6e2
commit 61396d8085

View File

@@ -25,7 +25,7 @@ import (
)
var (
baseImage = "node:16-buster-slim"
baseImage = "node:24-bookworm-slim"
platforms map[string]string
logLevel = log.DebugLevel
workdir = "testdata"