Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 65c2d14

Browse files
committed
chore(Makefile): update deis/go-dev to 0.20.0
See https://github.com/deis/docker-go-dev/releases/tag/0.20.0
1 parent bcf8bb4 commit 65c2d14

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
@@ -13,7 +13,7 @@ REPO_PATH = github.com/deis/logger
1313

1414
# The following variables describe the containerized development environment
1515
# and other build options
16-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
16+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
1717
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1818
DEV_ENV_OPTS := --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1919
DEV_ENV_CMD := docker run ${DEV_ENV_OPTS} ${DEV_ENV_IMAGE}

0 commit comments

Comments
 (0)