We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3e88f commit edb65d5Copy full SHA for edb65d5
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.17.0
+DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
15
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
16
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
17
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
0 commit comments