From 466f732d0cdc92c84f6452a8edd129d7a8bc2a44 Mon Sep 17 00:00:00 2001 From: Yohan9206 Date: Sun, 3 Aug 2025 23:08:27 +0300 Subject: [PATCH] fixing Elixir version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0bdc467684..2e561d08a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG BUILDNUM="" # 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.4 as blockscout-builder +FROM hexpm/elixir:1.17.0-erlang-27.0.4-alpine-3.19.1 as blockscout-builder RUN apk add --no-cache build-base git curl postgresql-dev inotify-tools npm gcompat