Skip to content

Commit 570da3e

Browse files
committed
chore(Makefile): upgrading go-dev container to v1.28.3
Signed-off-by: Cryptophobia <[email protected]>
1 parent e6ce19d commit 570da3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ SHORT_NAME := registry
77
include includes.mk versioning.mk
88

99
# the filepath to this repository, relative to $GOPATH/src
10-
REPO_PATH = github.com/deis/registry
10+
REPO_PATH = github.com/teamhephy/registry
1111

1212
SHELL_SCRIPTS = $(wildcard _scripts/*.sh contrib/ci/*.sh)
1313

1414
# The following variables describe the containerized development environment
1515
# and other build options
16-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
16+
DEV_ENV_IMAGE := hephy/go-dev:v1.28.3
1717
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1818
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1919
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}

0 commit comments

Comments
 (0)