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>
pull/2341/head
Irshad Pananilath 3 years ago committed by Denton Gentry
parent a8360050e7
commit 9288e0d61c

@ -25,7 +25,7 @@
set -eu
eval $(./version/version.sh)
eval $(./build_dist.sh shellvars)
docker build \
--build-arg VERSION_LONG=$VERSION_LONG \

Loading…
Cancel
Save