Skip to content

Commit

Permalink
WIP: try makefile fix
Browse files Browse the repository at this point in the history
testing docker/compose#9771

Signed-off-by: Sebastiaan van Stijn <[email protected]>
(cherry picked from commit 061b173)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Aug 19, 2022
1 parent f8fb278 commit 171fa10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ VERSION?=0.0.1-dev
DOCKER_CLI_REPO ?= https://github.com/docker/cli.git
DOCKER_ENGINE_REPO ?= https://github.com/docker/docker.git
DOCKER_SCAN_REPO ?= https://github.com/docker/scan-cli-plugin.git
DOCKER_COMPOSE_REPO ?= https://github.com/docker/compose.git
DOCKER_COMPOSE_REPO ?= https://github.com/milas/compose.git

# REF can be used to specify the same branch or tag to use for *both* the CLI
# and Engine source code. This can be useful if both the CLI and Engine have a
Expand All @@ -38,7 +38,7 @@ REF ?= HEAD
DOCKER_CLI_REF ?= $(REF)
DOCKER_ENGINE_REF ?= $(REF)
DOCKER_SCAN_REF ?= v0.17.0
DOCKER_COMPOSE_REF ?= v2.10.0
DOCKER_COMPOSE_REF ?= 1101cfbbe1f7262766ef9da222efd52a9db9c11a

export BUILDTIME
export DEFAULT_PRODUCT_LICENSE
Expand Down

0 comments on commit 171fa10

Please sign in to comment.