Skip to content

Commit de26473

Browse files
author
Kevin Smith
committed
Bump docker image vsn
1 parent a908c68 commit de26473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ SOURCES := $(shell find . -name "*.go" -type f)
66
VET_FLAGS = -v
77
BUILD_STAMP := $(shell date -u '+%Y%m%d%H%M%S')
88
BUILD_HASH := $(shell git rev-parse HEAD)
9-
BUILD_TAG := $(shell git describe --tags)
10-
DOCKER_IMAGE ?= "operable/relay:0.5-dev"
9+
BUILD_TAG ?= $(shell git describe --tags)
10+
DOCKER_IMAGE ?= "operable/relay:0.6-dev"
1111
LINK_VARS := -X main.buildstamp=$(BUILD_STAMP) -X main.buildhash=$(BUILD_HASH)
1212
LINK_VARS += -X main.buildtag=$(BUILD_TAG)
1313
OSNAME := $(shell uname | tr A-Z a-z)

0 commit comments

Comments
 (0)