From 560e69d2900d540621f5e501ad6b13cbc3ed0e29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:59:50 +0000 Subject: [PATCH] build(deps): bump foundry-rs/foundry in /tests Bumps [foundry-rs/foundry](https://github.com/foundry-rs/foundry) in `/tests` from `8347b72` to `0c00cb0`. Updates `foundry-rs/foundry` from `8347b72` to `0c00cb0` - [Release notes](https://github.com/foundry-rs/foundry/releases) - [Commits](https://github.com/foundry-rs/foundry/commits) --- updated-dependencies: - dependency-name: foundry-rs/foundry dependency-version: latest dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- tests/Dockerfile_anvil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile_anvil b/tests/Dockerfile_anvil index 30fb93f75..56286cc74 100644 --- a/tests/Dockerfile_anvil +++ b/tests/Dockerfile_anvil @@ -1,4 +1,4 @@ -FROM ghcr.io/foundry-rs/foundry:latest@sha256:8347b728d5d393dac1c018691b36f506d23b9dcd78341d40ea0fcb11c3a19cdd +FROM ghcr.io/foundry-rs/foundry:latest@sha256:0c00cb0bda1ab1b91c9a6bf60f4c76c09c1a8870824b6d4718afbabacf6f9a17 WORKDIR /app/ibet-Wallet-API