From 0ac0afc25149a3688ab979d95e190c2cf267e521 Mon Sep 17 00:00:00 2001 From: Anton Danchenko Date: Mon, 17 Feb 2025 13:34:03 +0100 Subject: [PATCH] test_: use foundry:v0.3.0 (#6348) --- tests-functional/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-functional/Dockerfile b/tests-functional/Dockerfile index ffe05ff0e..c2d4e391d 100644 --- a/tests-functional/Dockerfile +++ b/tests-functional/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/foundry-rs/foundry:stable +FROM ghcr.io/foundry-rs/foundry:v0.3.0 RUN apk update && \ apk add git bash