diff --git a/reth.Dockerfile b/reth.Dockerfile index 948b71d7..b9f340e7 100644 --- a/reth.Dockerfile +++ b/reth.Dockerfile @@ -1,6 +1,7 @@ # Multi-stage build for reth with architecture-specific optimizations ARG LLVM_IMAGE=snowstep/llvm -ARG LLVM_VERSION=20250514100911 +ARG LLVM_VERSION=debian-13-20251208082922 +#20250514100911 FROM ${LLVM_IMAGE}:${LLVM_VERSION} AS builder # Install build dependencies and tools