From 5cc8876afa283b95a017cd6348aedafeaed0dcb3 Mon Sep 17 00:00:00 2001 From: Yohan9206 Date: Sun, 3 Aug 2025 16:25:26 +0300 Subject: [PATCH] wrong image for elixir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1136a98fd6..9ca222d512 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Base Geth build stage remains the same # Additional stage for Blockscout dependencies -FROM hexpm/elixir:1.14.5-erlang-25.3.2.6-alpine-3.18.0 as blockscout-builder +FROM hexpm/elixir:1.14.5-erlang-25.3.2.6-alpine-3.18.4 as blockscout-builder RUN apk add --no-cache build-base git curl postgresql-dev inotify-tools npm gcompat