Add variable for the version.
@@ -1,7 +1,7 @@
SHELL := /bin/bash
VERSION ?= $(shell cat VERSION)
IMAGE ?= $(shell cat IMAGE):$(shell cat VERSION)
IMAGE ?= $(shell cat IMAGE):$(VERSION)
IMAGE_LATEST ?= $(shell cat IMAGE):latest
PWD ?= $(shell pwd)
STASH ?= "common-update-stash"
The note is not visible to the blocked user.