mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-01 09:32:08 +00:00
build_docker.sh: use build_dist.sh to inject version information
version.sh was removed in commit 5088af68. Use `build_dist.sh shellvars`
to provide version information instead.
Signed-off-by: Irshad Pananilath <pmirshad+code@gmail.com>
This commit is contained in:
committed by
Denton Gentry
parent
a8360050e7
commit
9288e0d61c
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
eval $(./version/version.sh)
|
eval $(./build_dist.sh shellvars)
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg VERSION_LONG=$VERSION_LONG \
|
--build-arg VERSION_LONG=$VERSION_LONG \
|
||||||
|
|||||||
Reference in New Issue
Block a user