File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ include(ExternalProject)
1717
1818string (TOLOWER ${CMAKE_HOST_SYSTEM_NAME} PLUGINS_SYSTEM_NAME)
1919
20- set (CONTAINER_VERSION "0.5 .0" )
20+ set (CONTAINER_VERSION "0.6 .0" )
2121
2222if (UNIX AND NOT APPLE )
2323
2424 set (CONTAINER_LIBRARY
2525 "${CMAKE_BINARY_DIR} /container_plugin-prefix/src/container_plugin/libcontainer.so"
2626 )
2727 if (${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64" )
28- set (CONTAINER_HASH "717020a51d2c0a58a777fef724be53cb802d687815e336f17d9cb0bbdb79fcb1 " )
28+ set (CONTAINER_HASH "f9c322dc2aa4cbda492a5e6258532f771e960db45509a53bc1a528a01f4b6168 " )
2929 else () # arm64
30- set (CONTAINER_HASH "2de25ef29eaadd719507441dbf1610bf094e9c41e9aa8cdb5f6a70c4ec8bba75 " )
30+ set (CONTAINER_HASH "f2015a5c758b5eb79869ec1593352adf5c955990e58e08047b4c1344c6b07676 " )
3131 endif ()
3232
3333 if (NOT TARGET container_plugin)
7575 ExternalProject_Add(
7676 container_plugin
7777 URL "https://github.com/falcosecurity/plugins/archive/refs/tags/plugins/container/v${CONTAINER_VERSION} .tar.gz"
78- URL_HASH "SHA256=b3e3fc3f26bf405c3332a8d75377fbbdd298066d46c21813a4a2bbb0f352f7fb "
78+ URL_HASH "SHA256=308354b7a92c8d4fb0240e22a62cf0ac35c4b5b2ecf73863365d60d4d0a1d58f "
7979 SOURCE_SUBDIR plugins/container
8080 BUILD_IN_SOURCE 1
8181 BUILD_BYPRODUCTS "${CONTAINER_LIBRARY} "
You can’t perform that action at this time.
0 commit comments