Skip to content

Commit 06ecfa8

Browse files
authored
Merge pull request teamhephy#60 from Cryptophobia/master
chore(go-dev): move to image fork hephy/go-dev:v1.25.1
2 parents 8803d74 + c765eaf commit 06ecfa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include versioning.mk
44

55
# dockerized development environment variables
66
REPO_PATH := github.com/teamhephy/${SHORT_NAME}
7-
DEV_ENV_IMAGE := quay.io/kingdonb/go-dev:v1.25.1-kpb
7+
DEV_ENV_IMAGE := hephy/go-dev:v1.25.1
88
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
99
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1010
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}

0 commit comments

Comments
 (0)