We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f48018c + edb65d5 commit 3e247fbCopy full SHA for 3e247fb
2 files changed
Makefile
@@ -11,7 +11,7 @@ REPO_PATH = github.com/deis/registry
11
12
# The following variables describe the containerized development environment
13
# and other build options
14
-DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
+DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
15
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
16
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
17
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
rootfs/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/deis/base:v0.3.4
+FROM quay.io/deis/base:v0.3.5
2
3
COPY . /
4
0 commit comments