Skip to content

Commit

Permalink
modify dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangkang committed Mar 11, 2024
1 parent 1597d53 commit 22f2005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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=" "

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.gitlab
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 22f2005

Please sign in to comment.