mirror of https://github.com/docker/compose.git
Merge pull request #1643 from gtardif/compose_beta2
Bump compose beta version
This commit is contained in:
commit
76f10e1e83
|
@ -28,7 +28,7 @@ STATIC_FLAGS=CGO_ENABLED=0
|
|||
|
||||
GIT_TAG?=$(shell git describe --tags --match "v[0-9]*")
|
||||
|
||||
LDFLAGS="-s -w -X $(PKG_NAME)/internal.Version=${GIT_TAG} -X $(PKG_NAME)/internal.ComposePluginVersion=2.0.0-beta.1"
|
||||
LDFLAGS="-s -w -X $(PKG_NAME)/internal.Version=${GIT_TAG} -X $(PKG_NAME)/internal.ComposePluginVersion=2.0.0-beta.2"
|
||||
GO_BUILD=$(STATIC_FLAGS) go build -trimpath -ldflags=$(LDFLAGS)
|
||||
|
||||
BINARY?=bin/docker
|
||||
|
|
Loading…
Reference in New Issue