Merge pull request #170 from jose-bigio/bump_ubuntu_epoch

Merged with https://github.com/seemethere/unir
Upstream-commit: e7ab731876d3f33c70d7d0767193920ffc30d986
Component: packaging
This commit is contained in:
docker-unir[bot]
2018-08-28 23:19:20 +00:00
committed by GitHub

View File

@ -11,7 +11,7 @@ GO_IMAGE=$(GO_BASE_IMAGE):$(GO_VERSION)
SUFFIX=ce
DEB_VERSION?=$(shell SUFFIX=$(SUFFIX) ./gen-deb-ver $(CLI_DIR) "$(VERSION)")
CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown
EPOCH?=2
EPOCH?=3
COMMON_FILES=common
BUILD?=docker build \