use fresh V in Dockerfile, upd build vflags, del unused dependency

This commit is contained in:
ge
2025-01-26 00:46:54 +03:00
parent 21307c947d
commit 9cb0d296fb
4 changed files with 17 additions and 4 deletions

View File

@ -1,2 +1,2 @@
bin:
v -prod -skip-unused -cflags -static -d hv_version=$$(git describe --tags) .
v -prod -cflags -static -d hv_version=$$(git describe --tags) .