Bump mold version used in Dockerfile to 2.41.0 (#9176)

This commit is contained in:
Roman Titov
2026-05-26 13:16:01 +02:00
committed by timvisee
parent 4b0d4ab76c
commit 12489860e9

View File

@@ -50,7 +50,7 @@ RUN apt-get update \
ARG BUILDPLATFORM
ENV BUILDPLATFORM=${BUILDPLATFORM:-linux/amd64}
ARG MOLD_VERSION=2.40.4
ARG MOLD_VERSION=2.41.0
RUN case "$BUILDPLATFORM" in \
*/amd64 ) PLATFORM=x86_64 ;; \