Skip to content

Commit

Permalink
Merge pull request #99 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 committed Aug 19, 2016
2 parents 7d859f5 + d9b0326 commit 2a368a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
SHORT_NAME := workflow-manager

# Enable vendor/ directory support.
export GO15VENDOREXPERIMENT=1

include versioning.mk

DEV_ENV_IMAGE := quay.io/deis/go-dev:0.13.0
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
SWAGGER_IMAGE := quay.io/goswagger/swagger:0.5.0
DEV_ENV_WORK_DIR := /go/src/github.com/deis/${SHORT_NAME}
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${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

COPY . /

Expand Down

0 comments on commit 2a368a7

Please sign in to comment.