Skip to content

Commit 8996fa1

Browse files
committed
optimize dockerfile
Signed-off-by: panxunying <[email protected]>
1 parent eb93011 commit 8996fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PATH := $(PWD)/bin:$(PATH)
77

88
VERSION ?= $(shell ./scripts/git-version)
99

10-
DOCKER_REPO=quay.io/dexidp/dex
10+
DOCKER_REPO=ccr.ccs.tencentyun.com/koderover-rc/dex
1111
DOCKER_IMAGE=$(DOCKER_REPO):$(VERSION)
1212

1313
$( shell mkdir -p bin )

0 commit comments

Comments
 (0)