Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1643 from gtardif/compose_beta2
Browse files Browse the repository at this point in the history
Bump compose beta version
  • Loading branch information
ndeloof authored May 5, 2021
2 parents 04c78c2 + c8f7e80 commit 76f10e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76f10e1

Please sign in to comment.