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:
@@ -25,7 +25,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
baseImage = "node:16-buster-slim"
|
baseImage = "node:24-bookworm-slim"
|
||||||
platforms map[string]string
|
platforms map[string]string
|
||||||
logLevel = log.DebugLevel
|
logLevel = log.DebugLevel
|
||||||
workdir = "testdata"
|
workdir = "testdata"
|
||||||
|
|||||||
Reference in New Issue
Block a user