We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf4735 commit cab1133Copy full SHA for cab1133
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.7.0
+DEV_ENV_IMAGE := quay.io/deis/go-dev:0.10.0
15
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
16
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
17
LDFLAGS := "-s -X main.version=${VERSION}"
0 commit comments