Skip to content

Commit 7e45e25

Browse files
committed
Merge pull request #254 from arschles/up-go-dev
chore(Makefile): upgrade the go-dev image to 0.9.1
2 parents 97d1d2a + 384c302 commit 7e45e25

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
@@ -7,7 +7,7 @@ export GO15VENDOREXPERIMENT=1
77

88
# dockerized development environment variables
99
REPO_PATH := github.com/deis/${SHORT_NAME}
10-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.8.0
10+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.9.1
1111
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1212
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1313
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}

0 commit comments

Comments
 (0)