We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af10a2 commit 29072adCopy full SHA for 29072ad
1 file changed
Makefile
@@ -11,7 +11,7 @@ REPO_PATH = github.com/deis/registry
11
12
# The following variables describe the containerized development environment
13
# and other build options
14
-DEV_ENV_IMAGE := quay.io/deis/go-dev:0.10.0
+DEV_ENV_IMAGE := quay.io/deis/go-dev:0.11.1
15
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
16
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
17
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
0 commit comments