Skip to content

Commit 312ea61

Browse files
authored
Merge pull request #236 from seemethere/bump_epoch
Bump debian epoch to 5
2 parents 06ff8d1 + 024e366 commit 312ea61

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)