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