Skip to content

Commit 95796d7

Browse files
committed
Merge pull request #395 from helgi/docker-dev-0.9
chore(go-dev): bump go-dev
2 parents 9d5822c + dcd2ea7 commit 95796d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export GO15VENDOREXPERIMENT=1
33
# the filepath to this repository, relative to $GOPATH/src
44
repo_path = github.com/deis/workflow/client
55

6-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.7.0
6+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.9.0
77
DEV_ENV_WORK_DIR := /go/src/${repo_path}
88
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -e CGO_ENABLED=0 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
99
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}

0 commit comments

Comments
 (0)