Skip to content

Commit

Permalink
Merge pull request #103 from mboersma/update-go-compiler
Browse files Browse the repository at this point in the history
chore(Makefile): update to go-dev 0.17.0
  • Loading branch information
mboersma authored Aug 19, 2016
2 parents b3ae65e + c79bb98 commit 65ed719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ REPO_PATH = github.com/deis/logger

# The following variables describe the containerized development environment
# and other build options
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.13.0
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
DEV_ENV_OPTS := --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
DEV_ENV_CMD := docker run ${DEV_ENV_OPTS} ${DEV_ENV_IMAGE}
Expand Down
2 changes: 1 addition & 1 deletion rootfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/deis/base:0.2.0
FROM quay.io/deis/base:0.3.1

# Add logger user and group
RUN adduser --system \
Expand Down

0 comments on commit 65ed719

Please sign in to comment.