Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.

Commit 1380b20

Browse files
author
Matthew Fisher
committed
chore(Makefile): update deis/docker-go-dev to 0.20.0
1 parent 5ef240b commit 1380b20

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
@@ -7,7 +7,7 @@ export GO15VENDOREXPERIMENT=1
77

88
# dockerized development environment variables
99
REPO_PATH := github.com/deis/${SHORT_NAME}
10-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.19.0
10+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
1111
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1212
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1313
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}

0 commit comments

Comments
 (0)