We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a38f6 commit 46f6e1dCopy full SHA for 46f6e1d
Makefile
@@ -12,7 +12,7 @@ REPO_PATH := github.com/deis/${SHORT_NAME}
12
13
# The following variables describe the containerized development environment
14
# and other build options
15
-DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
+DEV_ENV_IMAGE := quay.io/deis/go-dev:v0.22.0
16
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
17
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
18
DEV_ENV_CMD_INT := docker run -it --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
0 commit comments