Skip to content

Commit

Permalink
Bump debian from buster-20210927 to buster-20211011
Browse files Browse the repository at this point in the history
Bumps debian from buster-20210927 to buster-20211011.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2021
1 parent 6a8dba9 commit 6b1f264
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:buster-20210927 AS builder
FROM debian:buster-20211011 AS builder

ENV V_RStudio=R-4.1.1
ENV V_ShinyServer=v1.5.16.958
Expand Down Expand Up @@ -57,7 +57,7 @@ RUN PYTHON=`which python` && \
###########################
# Production image
###########################
FROM debian:buster-20210927
FROM debian:buster-20211011
#Copy artefacts from builder image
COPY --from=builder /usr/local/bin/R /usr/local/bin/R
COPY --from=builder /usr/local/lib/R /usr/local/lib/R
Expand Down

0 comments on commit 6b1f264

Please sign in to comment.