diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b1b5589..514f3a67 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -270,7 +270,7 @@ jobs: # Execute integration tests based on the build results coming from the "build/centos7" job "tests/integration": docker: - - image: falcosecurity/falco-tester:feat-minimal-build # todo(fntlnz): change this to latest before merge, but first, update the image on docker hub + - image: falcosecurity/falco-tester:latest environment: SOURCE_DIR: "/source" BUILD_DIR: "/build" @@ -284,7 +284,7 @@ jobs: command: /usr/bin/entrypoint test "tests/integration-static": docker: - - image: falcosecurity/falco-tester:feat-minimal-build # todo(fntlnz): change this to latest before merge, but first, update the image on docker hub + - image: falcosecurity/falco-tester:latest environment: SOURCE_DIR: "/source-static" BUILD_DIR: "/build-static"