Skip to content

Commit 4931bfd

Browse files
committed
chore(Makefile) upgrading go-dev container to v1.28.3
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
1 parent b89e1c9 commit 4931bfd

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
@@ -14,7 +14,7 @@ SHELL_SCRIPTS = $(wildcard _scripts/*.sh) $(wildcard rootfs/bin/*_object) $(wild
1414

1515
# The following variables describe the containerized development environment
1616
# and other build options
17-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
17+
DEV_ENV_IMAGE := hephy/go-dev:v1.28.3
1818
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1919
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
2020
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

Comments
 (0)