We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b4e5a commit 8141ee7Copy full SHA for 8141ee7
static/Makefile
@@ -5,7 +5,6 @@ ENGINE_DIR=$(realpath $(CURDIR)/../src/github.com/docker/docker)
5
GEN_STATIC_VER=$(shell ./gen-static-ver $(CLI_DIR) $(VERSION))
6
HASH_CMD=docker run -v $(CURDIR):/sum -w /sum debian:jessie bash hash_files
7
DIR_TO_HASH:=build/linux
8
-GO_VERSION=$(shell grep "ARG GO_VERSION" $(CLI_DIR)/dockerfiles/Dockerfile.dev | awk -F'=' '{print $$2}')
9
DOCKER_CLI_GOLANG_IMG=golang:$(GO_VERSION)
10
11
.PHONY: help
0 commit comments