Skip to content

Commit

Permalink
feat(azure): replace base image with alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mbialon committed Nov 19, 2024
1 parent 2646a61 commit a49b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ target "gcp" {
target "azure" {
target = "azure"
platforms = ["linux/amd64", "linux/arm64"]
args = {"BASE_IMAGE": "mcr.microsoft.com/azure-cli:2.63.0"}
args = {"BASE_IMAGE": "alpine:3.20"}
}

0 comments on commit a49b55f

Please sign in to comment.