mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
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:
@@ -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 ;; \
|
||||
|
||||
Reference in New Issue
Block a user