Skip to content

Commit

Permalink
Merge pull request #112 from hvalev/dependabot/docker/debian-bookworm…
Browse files Browse the repository at this point in the history
…-20240612

Bump debian from bookworm-20240513 to bookworm-20240612
  • Loading branch information
hvalev authored Jun 17, 2024
2 parents 7513e33 + 2708ab8 commit c221922
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-20240513 AS builder
FROM debian:bookworm-20240612 AS builder

ENV V_RStudio=R-4.4.1
ENV V_ShinyServer=v1.5.22.1017
Expand Down Expand Up @@ -89,7 +89,7 @@ RUN make -j4 install
###########################
# Production image
###########################
FROM debian:bookworm-20240513 as shiny
FROM debian:bookworm-20240612 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 c221922

Please sign in to comment.