mirror of
https://github.com/docker/cli.git
synced 2026-08-24 02:24:17 -05:00
docker-bake.hcl: use default GO_VERSION from Dockerfile
Use the defaults as specified in the Dockerfile, unless set; https://docs.docker.com/build/bake/reference/#variable Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
variable "GO_VERSION" {
|
||||
default = "1.25.7"
|
||||
default = null
|
||||
}
|
||||
variable "VERSION" {
|
||||
default = ""
|
||||
|
||||
Reference in New Issue
Block a user