forked from github-starred/komodo
update serror and rustc build version
This commit is contained in:
@@ -19,7 +19,7 @@ db_client = { path = "lib/db_client" }
|
||||
logger = { path = "lib/logger" }
|
||||
# mogh
|
||||
run_command = { version = "0.0.6", features = ["async_tokio"] }
|
||||
serror = { version = "0.1.6", features = ["axum"] }
|
||||
serror = { version = "0.1.7", features = ["axum"] }
|
||||
slack = { version = "0.1.0", package = "slack_client_rs" }
|
||||
derive_default_builder = "0.1.8"
|
||||
derive_empty_traits = "0.1.0"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.71.1 as builder
|
||||
FROM rust:1.75.0-bullseye as builder
|
||||
WORKDIR /builder
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user