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

Commit e267d45

Browse files
author
Matthew Fisher
committed
chore(Makefile): bump deis/docker-go-dev to 0.20.0
1 parent df3684f commit e267d45

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
@@ -2,7 +2,7 @@ SHORT_NAME := workflow-manager
22

33
include versioning.mk
44

5-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
5+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
66
SWAGGER_IMAGE := quay.io/goswagger/swagger:0.5.0
77
DEV_ENV_WORK_DIR := /go/src/github.com/deis/${SHORT_NAME}
88
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}

0 commit comments

Comments
 (0)