Skip to content

Commit 3e247fb

Browse files
author
Matthew Fisher
authored
Merge pull request #72 from bacongobbler/bump-image
chore(Dockerfile): update deis/base to v0.3.5
2 parents f48018c + edb65d5 commit 3e247fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ REPO_PATH = github.com/deis/registry
1111

1212
# The following variables describe the containerized development environment
1313
# and other build options
14-
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
14+
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
1515
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1616
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1717
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/deis/base:v0.3.4
1+
FROM quay.io/deis/base:v0.3.5
22

33
COPY . /
44

0 commit comments

Comments
 (0)