From c6e3d714a7d1e714f5cd72346d3aae95883d25c9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 4 Aug 2024 09:43:06 +0100 Subject: [PATCH] build: upgrade docker image to use debian:stable-20240722-slim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \