Bump Test image to bookworm (#121)

* buster is end of life since 2024
This commit is contained in:
ChristopherHX 2025-07-24 23:25:36 +02:00 committed by GitHub
parent 338af29e5e
commit aeb7c01c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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