spyglass-search / spyglass

A personal search engine: Create a searchable library from your personal documents, interests, and more!
https://docs.spyglass.fyi
GNU Affero General Public License v3.0
2.54k stars 58 forks source link

Docker web build fails because of outdated rust version #513

Closed LillySchramm closed 6 months ago

LillySchramm commented 7 months ago

Docker build fails because of outdated rust version. "anstyle-parse" needs version >=1.70.0 . See partial log for error message,

[....]
177.3   Downloaded libdeflater v1.19.0
177.3   Downloaded linux-raw-sys v0.4.12
177.4   Downloaded encoding_rs v0.8.33
177.4   Downloaded ring v0.17.7
177.5   Downloaded winnow v0.5.33
177.5   Downloaded oxipng v9.0.0
177.5   Downloaded lightningcss v1.0.0-alpha.51
177.6 error: failed to compile `trunk v0.18.8`, intermediate artifacts can be found at `/tmp/cargo-install1RoVNy`
177.6
177.6 Caused by:
177.6   package `anstyle-parse v0.2.3` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.68.2
------
failed to solve: process "/bin/sh -c cargo install --locked trunk" did not complete successfully: exit code: 101