Skip to content

Commit

Permalink
Merge pull request deis#60 from Cryptophobia/master
Browse files Browse the repository at this point in the history
chore(go-dev): move to image fork hephy/go-dev:v1.25.1
  • Loading branch information
Cryptophobia committed Jan 12, 2020
2 parents 8803d74 + c765eaf commit 06ecfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include versioning.mk

# dockerized development environment variables
REPO_PATH := github.com/teamhephy/${SHORT_NAME}
DEV_ENV_IMAGE := quay.io/kingdonb/go-dev:v1.25.1-kpb
DEV_ENV_IMAGE := hephy/go-dev:v1.25.1
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
Expand Down

0 comments on commit 06ecfa8

Please sign in to comment.