We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89e1c9 commit 4931bfdCopy full SHA for 4931bfd
1 file changed
Makefile
@@ -14,7 +14,7 @@ SHELL_SCRIPTS = $(wildcard _scripts/*.sh) $(wildcard rootfs/bin/*_object) $(wild
14
15
# The following variables describe the containerized development environment
16
# and other build options
17
-DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
+DEV_ENV_IMAGE := hephy/go-dev:v1.28.3
18
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
19
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
20
DEV_ENV_CMD_INT := docker run -it --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
0 commit comments