From 806d914d2d5227f5224bd4e28dbdd6621cdd17c0 Mon Sep 17 00:00:00 2001 From: Florin Barbu Date: Wed, 29 Jan 2025 20:49:01 +0200 Subject: [PATCH] test_: update foundry --- tests-functional/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-functional/Dockerfile b/tests-functional/Dockerfile index c6a8776fc15..ffe05ff0e3e 100644 --- a/tests-functional/Dockerfile +++ b/tests-functional/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/foundry-rs/foundry:latest +FROM ghcr.io/foundry-rs/foundry:stable RUN apk update && \ apk add git bash