Skip to content

Commit 7803cc9

Browse files
committed
Use ghcr.io for appscode/golang-dev
/cherry-pick Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent eb9af10 commit 7803cc9

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
@@ -70,7 +70,7 @@ TAG_PROD := $(TAG)
7070
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
7171

7272
GO_VERSION ?= 1.20
73-
BUILD_IMAGE ?= appscode/golang-dev:$(GO_VERSION)
73+
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
7474

7575
OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)
7676
ifeq ($(OS),windows)

0 commit comments

Comments
 (0)