We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5822c commit dcd2ea7Copy full SHA for dcd2ea7
1 file changed
client/Makefile
@@ -3,7 +3,7 @@ export GO15VENDOREXPERIMENT=1
3
# the filepath to this repository, relative to $GOPATH/src
4
repo_path = github.com/deis/workflow/client
5
6
-DEV_ENV_IMAGE := quay.io/deis/go-dev:0.7.0
+DEV_ENV_IMAGE := quay.io/deis/go-dev:0.9.0
7
DEV_ENV_WORK_DIR := /go/src/${repo_path}
8
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -e CGO_ENABLED=0 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
9
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
0 commit comments