From 9d76059d46f51c309ef16764c2f948f1495f08ab Mon Sep 17 00:00:00 2001 From: Albert Makhortov Date: Mon, 19 Feb 2024 12:48:32 +0100 Subject: [PATCH] gnosis image upgrade to 1.25.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b465cf5..4b337d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nethermind/nethermind:1.25.3 +FROM nethermind/nethermind:1.25.4 USER root RUN apt-get update RUN apt-get install curl -y && apt-get install jq -y