mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
Bump mold version used in Dockerfile to 2.41.0 (#9176)
This commit is contained in:
@@ -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 ;; \
|
||||
|
||||
Reference in New Issue
Block a user