Overlay/sys-libs/libnvidia-container/files/libnvidia-container-1.1.1-f...

14 lines
425 B
Diff

diff --git a/mk/common.mk b/mk/common.mk
index bded646..572adfc 100644
--- a/mk/common.mk
+++ b/mk/common.mk
@@ -21,7 +21,7 @@ DOCKER ?= docker
UID := $(shell id -u)
GID := $(shell id -g)
DATE := $(shell date -u --iso-8601=minutes)
-REVISION := $(shell git rev-parse HEAD)
+REVISION := 61f82bf25f0b3afaa75c6df8a0a6551ecfdf81f4
COMPILER := $(realpath $(shell which $(CC)))
PLATFORM ?= $(shell uname -m)