From 7d03a6e50af13ea93819e3ec35347246b50f7659 Mon Sep 17 00:00:00 2001 From: teddy Date: Tue, 22 Oct 2024 12:18:11 -0300 Subject: [PATCH] ci: use versions of the image that have gone through code review --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 285f165..ae4ef86 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,7 @@ jobs: medusa-tests: name: Medusa Test runs-on: ubuntu-latest - container: ghcr.io/defi-wonderland/eth-security-toolbox-ci:latest + container: ghcr.io/defi-wonderland/eth-security-toolbox-ci:dev steps: - name: Checkout repository