fixing Elixir version

This commit is contained in:
Yohan9206 2025-08-03 23:08:27 +03:00
parent bdd7781bf3
commit 466f732d0c

View file

@ -5,7 +5,7 @@ ARG BUILDNUM=""
# Base Geth build stage remains the same # Base Geth build stage remains the same
# Additional stage for Blockscout dependencies # 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 RUN apk add --no-cache build-base git curl postgresql-dev inotify-tools npm gcompat