diff --git a/Dockerfile b/Dockerfile index 084c9d2..bb69bf0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . . RUN cargo build --release --bin git-next && \ strip target/release/git-next -FROM docker.io/debian:stable-20240701-slim AS runtime +FROM docker.io/debian:stable-20240722-slim AS runtime WORKDIR /app RUN apt-get update && \ apt-get install --no-install-recommends -y \