Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit dea4480

Browse files
author
Matthew Fisher
committed
chore(Makefile): update goswagger/swagger to 0.7.3
1 parent e267d45 commit dea4480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHORT_NAME := workflow-manager
33
include versioning.mk
44

55
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
6-
SWAGGER_IMAGE := quay.io/goswagger/swagger:0.5.0
6+
SWAGGER_IMAGE := quay.io/goswagger/swagger:0.7.3
77
DEV_ENV_WORK_DIR := /go/src/github.com/deis/${SHORT_NAME}
88
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
99
SWAGGER_CMD := docker run --rm -e GOPATH=/go -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${SWAGGER_IMAGE}

0 commit comments

Comments
 (0)