feat: update to Debian Trixie
This commit is contained in:
@@ -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" ]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user