We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de26473 commit 6865119Copy full SHA for 6865119
Makefile
@@ -7,7 +7,7 @@ VET_FLAGS = -v
7
BUILD_STAMP := $(shell date -u '+%Y%m%d%H%M%S')
8
BUILD_HASH := $(shell git rev-parse HEAD)
9
BUILD_TAG ?= $(shell git describe --tags)
10
-DOCKER_IMAGE ?= "operable/relay:0.6-dev"
+DOCKER_IMAGE ?= "operable/relay:0.5"
11
LINK_VARS := -X main.buildstamp=$(BUILD_STAMP) -X main.buildhash=$(BUILD_HASH)
12
LINK_VARS += -X main.buildtag=$(BUILD_TAG)
13
OSNAME := $(shell uname | tr A-Z a-z)
0 commit comments