2025.1/base/docker-bake.hcl [121:131]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ]
  platforms = ["linux/amd64", "linux/arm64"]
  dockerfile = "dotnet.Dockerfile"
}

target "ruby3x" {
  matrix = {
    version = ["1", "2", "3", "4"]
  }
  name = "ruby-base-3${version}"
  tags = [
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



next/base/docker-bake.hcl [121:131]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ]
  platforms = ["linux/amd64", "linux/arm64"]
  dockerfile = "dotnet.Dockerfile"
}

target "ruby3x" {
  matrix = {
    version = ["1", "2", "3", "4"]
  }
  name = "ruby-base-3${version}"
  tags = [
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



