Skip to content

Commit ba9a77d

Browse files
author
Matthew Fisher
committed
chore(Makefile): update deis/docker-go-dev to 0.20.0
1 parent ad278e0 commit ba9a77d

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
@@ -10,7 +10,7 @@ SHELL_SCRIPTS = $(wildcard rootfs/bin/*) $(wildcard rootfs/runner/*) $(wildcard
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.11.0
13+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
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)