Skip to content

Commit

Permalink
FAB-12515 Update Makefile
Browse files Browse the repository at this point in the history
Remove .baseimage-release file and add baseimage version
in Makefile

Change-Id: Icd3d848a2c03dac50de9f74af8f5920ba50da2a1
Signed-off-by: rameshthoomu <rameshbabu.thoomu@gmail.com>
  • Loading branch information
rameshthoomu committed Oct 17, 2018
1 parent 1e11372 commit 424e959
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .baseimage-release

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ CGO_FLAGS = CGO_CFLAGS=" "
ARCH=$(shell uname -m)
MARCH=$(shell go env GOOS)-$(shell go env GOARCH)
CHAINTOOL_RELEASE=1.0.0
BASEIMAGE_RELEASE=$(shell cat ./.baseimage-release)
BASEIMAGE_RELEASE=0.3.2

# defined in common/metadata/metadata.go
METADATA_VAR = Version=$(PROJECT_VERSION)
Expand Down

0 comments on commit 424e959

Please sign in to comment.