feat: update to Debian Trixie
All checks were successful
Ruby Lint / lint (push) Successful in 1m34s
Ruby Test / test (push) Successful in 14s

This commit is contained in:
2025-08-14 22:28:47 -05:00
parent 6c90b7c3fb
commit 19dbc725de
2 changed files with 53 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
group "default" {
targets = [ "bookworm", "alpine" ]
targets = [ "trixie", "alpine" ]
}
target "docker-metadata-action" {}
@@ -15,8 +15,8 @@ target "_common" {
]
}
target "bookworm" {
dockerfile = "./dockerfiles/bookworm.Dockerfile"
target "trixie" {
dockerfile = "./dockerfiles/trixie.Dockerfile"
inherits = [ "_common", "docker-metadata-action" ]
}