Skip to content

Commit 46f6e1d

Browse files
committed
chore(Makefile): update docker-go-dev to v0.22.0
See https://github.com/deis/docker-go-dev/releases/tag/v0.22.0
1 parent 55a38f6 commit 46f6e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ REPO_PATH := github.com/deis/${SHORT_NAME}
1212

1313
# The following variables describe the containerized development environment
1414
# and other build options
15-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
15+
DEV_ENV_IMAGE := quay.io/deis/go-dev:v0.22.0
1616
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1717
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
1818
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

Comments
 (0)