Upgrade mold in the Dockerfile to 2.36.0 (#5811)

* Upgrade mold in the Dockerfile to 2.36.0

* Trigger CI 🙄
This commit is contained in:
Roman Titov
2025-01-15 16:49:53 +01:00
committed by timvisee
parent 2191b792d4
commit a0167a65b7

View File

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