Skip to content

Commit 024e366

Browse files
committed
Bump epoch to 5
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 06ff8d1 commit 024e366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GO_VERSION:=1.10.4
1010
GO_IMAGE=$(GO_BASE_IMAGE):$(GO_VERSION)
1111
DEB_VERSION=$(shell ./gen-deb-ver $(CLI_DIR) "$(VERSION)")
1212
CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown
13-
EPOCH?=4
13+
EPOCH?=5
1414

1515
ifdef BUILD_IMAGE
1616
BUILD_IMAGE_FLAG=--build-arg $(BUILD_IMAGE)

0 commit comments

Comments
 (0)