diff --git a/tools/passage/Dockerfile.template b/tools/passage/Dockerfile.template index 51a94af68b..78e97f0ed4 100644 --- a/tools/passage/Dockerfile.template +++ b/tools/passage/Dockerfile.template @@ -16,7 +16,8 @@ COMMIT="$( echo "${version}" \ | cut -d. -f2 )" -git +git clone https://github.com/FiloSottile/passage . +git reset --hard "${COMMIT}" make -j$(nproc) install \ DESTDIR="${prefix}" \ PREFIX="" \