Skip to content

Commit b37fa34

Browse files
author
Aaron Schlesinger
committed
fix(Makefile): remove illegal character from docker tag
1 parent 4f75327 commit b37fa34

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
@@ -12,7 +12,7 @@ DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
1212

1313
# SemVer with build information is defined in the SemVer 2 spec, but Docker
1414
# doesn't allow +, so we use -.
15-
VERSION ?= git-$(shell git rev-parse --short HEAD)
15+
VERSION ?= git$(shell git rev-parse --short HEAD)
1616
BINARY_DEST_DIR := rootfs/usr/bin
1717
# Common flags passed into Go's linker.
1818
LDFLAGS := "-s -X main.version=${VERSION}"

0 commit comments

Comments
 (0)