Skip to content

Commit

Permalink
Merge pull request #55 from Cryptophobia/master
Browse files Browse the repository at this point in the history
chore(Makefile) update to latest hephy/go-dev:v1.28.3 image
  • Loading branch information
Cryptophobia authored Oct 8, 2020
2 parents e3f891f + 735d905 commit 60a781f
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 @@ -12,7 +12,7 @@ REPO_PATH := github.com/teamhephy/${SHORT_NAME}

# The following variables describe the containerized development environment
# and other build options
DEV_ENV_IMAGE := hephy/go-dev:v1.26.2
DEV_ENV_IMAGE := hephy/go-dev:v1.28.3
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
DEV_ENV_CMD_INT := docker run -it --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
Expand Down

0 comments on commit 60a781f

Please sign in to comment.