Skip to content

Commit

Permalink
tests: bump libs to 0.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 authored and poiana committed Jan 22, 2024
1 parent 03d5635 commit 3a459ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/k8smeta/cmake/modules/libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ message(STATUS "Fetching libs at 'https://github.com/falcosecurity/libs.git'")
FetchContent_Declare(
libs
GIT_REPOSITORY https://github.com/falcosecurity/libs.git
GIT_TAG 0.14.0
GIT_TAG 0.14.1
CONFIGURE_COMMAND "" BUILD_COMMAND "")

FetchContent_Populate(libs)
Expand Down

0 comments on commit 3a459ef

Please sign in to comment.