diff --git a/Cargo.toml b/Cargo.toml index dc6b127a..c0b8a8ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/cli", "crates/server", "crates/config", "crates/git"] [workspace.package] -version = "0.3.2" +version = "0.3.3" edition = "2021" [workspace.lints.clippy] diff --git a/Dockerfile b/Dockerfile index b8b8d4b4..d2a0622b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ FROM docker.io/debian:stable-20240423-slim AS runtime WORKDIR /app RUN apt-get update && \ apt-get install --no-install-recommends -y \ + git=1:2.39.2-1.1 \ libssl3=3.0.11-1~deb12u2 \ ca-certificates=20230311 \ && \