mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
fixing tag for elexir
This commit is contained in:
parent
466f732d0c
commit
b1a2ac0e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ ARG BUILDNUM=""
|
|||
# Base Geth build stage remains the same
|
||||
|
||||
# Additional stage for Blockscout dependencies
|
||||
FROM hexpm/elixir:1.17.0-erlang-27.0.4-alpine-3.19.1 as blockscout-builder
|
||||
FROM hexpm/elixir:1.17.0-erlang-27.0-alpine-3.19.1 as blockscout-builder
|
||||
|
||||
RUN apk add --no-cache build-base git curl postgresql-dev inotify-tools npm gcompat
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue