Skip to content

Commit b1ec70a

Browse files
committed
chore(docker-go-dev): can change version
1 parent 4e561c7 commit b1ec70a

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
@@ -1,4 +1,4 @@
1-
VERSION := $(shell git describe --tags --exact-match 2>/dev/null || echo latest)
1+
VERSION ?= $(shell git describe --tags --exact-match 2>/dev/null || echo latest)
22
REGISTRY ?= docker.io/
33
IMAGE_PREFIX ?= drycc
44
IMAGE := ${REGISTRY}${IMAGE_PREFIX}/go-dev:${VERSION}

0 commit comments

Comments
 (0)