Skip to content

Commit

Permalink
Merge pull request #102 from hvalev/bookworm-migration
Browse files Browse the repository at this point in the history
Migrate to debian bookworm
  • Loading branch information
hvalev authored Mar 9, 2024
2 parents 6a3304a + ced94ce commit 56e8968
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########################
# Builder image
###########################
FROM debian:buster-20240211 AS builder
FROM debian:bookworm-20240211 AS builder

ENV V_RStudio=R-4.3.3
ENV V_ShinyServer=v1.5.21.1012
Expand All @@ -24,6 +24,9 @@ RUN apt-get update && apt-get install -y \
texlive-fonts-extra \
screen \
wget \
tar \
xz-utils \
coreutils \
libpcre2-dev \
git \
apt-utils \
Expand Down Expand Up @@ -86,7 +89,7 @@ RUN make -j4 install
###########################
# Production image
###########################
FROM debian:buster-20240211 as shiny
FROM debian:bookworm-20240211 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 56e8968

Please sign in to comment.