Skip to content

Commit 968deb5

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ SHORT_NAME := slugrunner
22

33
export GO15VENDOREXPERIMENT=1
44

5-
IMAGE_PREFIX ?= deis
5+
IMAGE_PREFIX ?= hephy
66

77
include versioning.mk
88

99
SHELL_SCRIPTS = $(wildcard rootfs/bin/*) $(wildcard rootfs/runner/*) $(wildcard _scripts/*.sh)
1010

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