✨ Build arguments to make writing GitHub action for auto releasing new docker images easier (#324)
* ✨ feat: Dockerfile with arch and feature build arguments * 🛠️ fix: missing issuer certificate error * ⚙️ refactor: replace `--update` with new `--no-cache` option
This commit is contained in:
parent
a912ac0724
commit
ad297a0a96
2 changed files with 35 additions and 26 deletions
|
@ -6,8 +6,14 @@ description = "An open-source alternative to Searx that provides clean, ad-free,
|
|||
repository = "https://github.com/neon-mmd/websurfx"
|
||||
license = "AGPL-3.0"
|
||||
|
||||
[[bin]]
|
||||
name = "websurfx"
|
||||
test = true
|
||||
bench = false
|
||||
path = "src/bin/websurfx.rs"
|
||||
|
||||
[dependencies]
|
||||
reqwest = {version="0.11.21",features=["json"]}
|
||||
reqwest = {version="0.11.21",default-features = false,features = ["json", "rustls-tls"]}
|
||||
tokio = {version="1.32.0",features=["rt-multi-thread","macros"]}
|
||||
serde = {version="1.0.188",features=["derive"]}
|
||||
handlebars = { version = "4.4.0", features = ["dir_source"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue