From eed62c45f23fe25ffa76ede13df3bb453884ee97 Mon Sep 17 00:00:00 2001 From: goldsquid Date: Sat, 13 Dec 2025 16:08:15 +0700 Subject: [PATCH] update llvm --- reth.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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