mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
version tick
This commit is contained in:
parent
b2a2fe898c
commit
d771726c2a
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ default_target: amd64_frigate
|
||||
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
|
||||
|
||||
version:
|
||||
echo "VERSION='0.8.2-$(COMMIT_HASH)'" > frigate/version.py
|
||||
echo "VERSION='0.8.3-$(COMMIT_HASH)'" > frigate/version.py
|
||||
|
||||
web:
|
||||
docker build --tag frigate-web --file docker/Dockerfile.web web/
|
||||
|
Loading…
Reference in New Issue
Block a user