From 0fd4eee60d752761f6a82f2e78ce46c11e8b73a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 22:19:50 +0000 Subject: [PATCH] Bump debian from bookworm-20240926 to bookworm-20241016 Bumps debian from bookworm-20240926 to bookworm-20241016. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6afe342..944f248 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ########################### # Builder image ########################### -FROM debian:bookworm-20240926 AS builder +FROM debian:bookworm-20241016 AS builder ENV V_RStudio=R-4.4.1 ENV V_ShinyServer=v1.5.23.1030 @@ -80,7 +80,7 @@ RUN make -j4 install ########################### # Production image ########################### -FROM debian:bookworm-20240926 AS shiny +FROM debian:bookworm-20241016 AS shiny COPY --from=builder /usr/local/bin/R /usr/local/bin/R COPY --from=builder /usr/local/lib/R /usr/local/lib/R COPY --from=builder /usr/local/bin/Rscript /usr/local/bin/Rscript