diff --git a/Cargo.toml b/Cargo.toml index df43cc5..d715ee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ sea-orm = { version = "1.0.0-rc.1", features = [ ] } redis = "0.22.3" -reqwest = { version = "0.11.25", features = ["json"] } +reqwest = { version = "0.11.23", features = ["json"] } axum = "0.7.1" include_dir = "0.7" diff --git a/Dockerfile b/Dockerfile index 6cac903..6219286 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bmrlab/muse-credits:v0.8 as github-credits +FROM ghcr.io/bmrlab/muse-credits:v0.9 as github-credits ENV start_params=" " diff --git a/Dockerfile.gitlab b/Dockerfile.gitlab index 8c97d04..c5f6fc2 100644 --- a/Dockerfile.gitlab +++ b/Dockerfile.gitlab @@ -8,7 +8,7 @@ RUN cargo build --release FROM debian:bookworm-slim -RUN apt-get update && apt-get install -y libc6 +RUN apt-get update && apt-get install -y libc6 && install libssl-dev WORKDIR /usr/app