We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3f891f + 735d905 commit 60a781fCopy full SHA for 60a781f
Makefile
@@ -12,7 +12,7 @@ REPO_PATH := github.com/teamhephy/${SHORT_NAME}
12
13
# The following variables describe the containerized development environment
14
# and other build options
15
-DEV_ENV_IMAGE := hephy/go-dev:v1.26.2
+DEV_ENV_IMAGE := hephy/go-dev:v1.28.3
16
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
17
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
18
DEV_ENV_CMD_INT := docker run -it --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
0 commit comments