Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.3
Expand Down
2 changes: 1 addition & 1 deletion standalone-node/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.13
3.1.14
2 changes: 2 additions & 0 deletions standalone-node/installation_scripts/download_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ download_idv_device_plugins_images_and_manifests () {
# Install required packages for download the images
install_pkgs () {
sudo apt update
sudo apt install -y passwd=1:4.13+dfsg1-1+deb12u1
apt-get install -y libudev1=252.38-1deb12u1
sudo apt install -y docker.io
}

Expand Down
Loading