Skip to content

Commit cab1133

Browse files
committed
chore(Makefile): update to go-dev:0.10.0
1 parent 0bf4735 commit cab1133

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
@@ -11,7 +11,7 @@ REPO_PATH = github.com/deis/registry
1111

1212
# The following variables describe the containerized development environment
1313
# and other build options
14-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.7.0
14+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.10.0
1515
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1616
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
1717
LDFLAGS := "-s -X main.version=${VERSION}"

0 commit comments

Comments
 (0)