From 8e1fe24182de1af6dbbd944a72e1976550e10e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 19:03:59 +0000 Subject: [PATCH] Bump debian from stable-20231030 to stable-20231120 Bumps debian from stable-20231030 to stable-20231120. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 536fdf12..cfac8525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /src RUN apk add make git RUN make -FROM debian:stable-20231030 +FROM debian:stable-20231120 RUN apt-get update --yes && \ apt-get install --no-install-recommends --yes git ca-certificates && \ rm -rf /var/lib/apt/lists/*