Skip to content

Commit 6865119

Browse files
author
Kevin Smith
committed
Adjust Docker image vsn for release
1 parent de26473 commit 6865119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VET_FLAGS = -v
77
BUILD_STAMP := $(shell date -u '+%Y%m%d%H%M%S')
88
BUILD_HASH := $(shell git rev-parse HEAD)
99
BUILD_TAG ?= $(shell git describe --tags)
10-
DOCKER_IMAGE ?= "operable/relay:0.6-dev"
10+
DOCKER_IMAGE ?= "operable/relay:0.5"
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)