We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8803d74 + c765eaf commit 06ecfa8Copy full SHA for 06ecfa8
1 file changed
Makefile
@@ -4,7 +4,7 @@ include versioning.mk
4
5
# dockerized development environment variables
6
REPO_PATH := github.com/teamhephy/${SHORT_NAME}
7
-DEV_ENV_IMAGE := quay.io/kingdonb/go-dev:v1.25.1-kpb
+DEV_ENV_IMAGE := hephy/go-dev:v1.25.1
8
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
9
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
10
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
0 commit comments