Skip to content

Commit

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

Bump debian from bookworm-20240904 to bookworm-20240926
  • Loading branch information
hvalev authored Sep 29, 2024
2 parents 1ff7930 + fabf715 commit 97d7c26
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-20240904 AS builder
FROM debian:bookworm-20240926 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-20240904 as shiny
FROM debian:bookworm-20240926 as shiny

Check warning on line 92 in Dockerfile

View workflow job for this annotation

GitHub Actions / buildx

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 92 in Dockerfile

View workflow job for this annotation

GitHub Actions / buildx

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
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 97d7c26

Please sign in to comment.