mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Use 40 digit sha for version string
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
8550874686
commit
4b02670049
@ -28,4 +28,4 @@ LIBNVIDIA_CONTAINER0_VERSION := 0.10.0+jetpack
|
||||
CUDA_VERSION := 11.8.0
|
||||
GOLANG_VERSION := 1.17.8
|
||||
|
||||
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always 2> /dev/null || echo "")
|
||||
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")
|
||||
|
Loading…
Reference in New Issue
Block a user