Skip to content

Commit

Permalink
Bump debian from bookworm-20241223 to bookworm-20250113
Browse files Browse the repository at this point in the history
Bumps debian from bookworm-20241223 to bookworm-20250113.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2025
1 parent d188b96 commit 14add12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########################
# Builder image
###########################
FROM debian:bookworm-20241223 AS builder
FROM debian:bookworm-20250113 AS builder

ENV V_RStudio=R-4.4.2
ENV V_ShinyServer=v1.5.23.1030
Expand Down Expand Up @@ -80,7 +80,7 @@ RUN make -j4 install
###########################
# Production image
###########################
FROM debian:bookworm-20241223 AS shiny
FROM debian:bookworm-20250113 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
Expand Down

0 comments on commit 14add12

Please sign in to comment.