We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caa35ae + f0058e5 commit 3d5d917Copy full SHA for 3d5d917
1 file changed
Makefile
@@ -4,7 +4,7 @@ include versioning.mk
4
5
# dockerized development environment variables
6
REPO_PATH := github.com/teamhephy/${SHORT_NAME}
7
-DEV_ENV_IMAGE := hephy/go-dev:v1.26.2
+DEV_ENV_IMAGE := hephy/go-dev:v1.28.3
8
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
9
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
10
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
0 commit comments