File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ GO_BASE_IMAGE=golang
5
5
GO_IMAGE? =$(GO_BASE_IMAGE ) :$(GO_VERSION ) -bookworm
6
6
EPOCH? =5
7
7
GEN_DEB_VER =$(shell ./gen-deb-ver $(realpath $(CURDIR ) /../src/github.com/docker/cli) "$(VERSION ) ")
8
- GEN_BUILDX_DEB_VER =$(shell ./gen-deb-ver $(realpath $(CURDIR ) /../src/github.com/docker/buildx) "$(DOCKER_BUILDX_REF ) ")
9
- GEN_COMPOSE_DEB_VER =$(shell ./gen-deb-ver $(realpath $(CURDIR ) /../src/github.com/docker/compose) "$(DOCKER_COMPOSE_REF ) ")
8
+ GEN_BUILDX_DEB_VER =$(shell ./gen-deb-ver $(realpath $(CURDIR ) /../src/github.com/docker/buildx) "$(DOCKER_BUILDX_VERSION ) ")
9
+ GEN_COMPOSE_DEB_VER =$(shell ./gen-deb-ver $(realpath $(CURDIR ) /../src/github.com/docker/compose) "$(DOCKER_COMPOSE_VERSION ) ")
10
10
CLI_GITCOMMIT? =$(shell cd $(realpath $(CURDIR ) /../src/github.com/docker/cli) && git rev-parse --short HEAD)
11
11
ENGINE_GITCOMMIT? =$(shell cd $(realpath $(CURDIR ) /../src/github.com/docker/docker) && git rev-parse --short HEAD)
12
12
BUILDX_GITCOMMIT? =$(shell cd $(realpath $(CURDIR ) /../src/github.com/docker/buildx) && git rev-parse --short HEAD)
You can’t perform that action at this time.
0 commit comments