Skip to content

Commit

Permalink
Merge pull request #122 from hvalev/R-updates
Browse files Browse the repository at this point in the history
Update R to 4.4.2
  • Loading branch information
hvalev authored Nov 2, 2024
2 parents f929b11 + 2803e72 commit 467d660
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
###########################
FROM debian:bookworm-20241016 AS builder

ENV V_RStudio=R-4.4.1
ENV V_RStudio=R-4.4.2
ENV V_ShinyServer=v1.5.23.1030

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion R-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.1
4.4.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shiny Server on Docker for x86 and ARM
[![build](https://github.com/hvalev/shiny-server-arm-docker/actions/workflows/build.yml/badge.svg)](https://github.com/hvalev/shiny-server-arm-docker/actions/workflows/build.yml)
![R%20version](https://img.shields.io/badge/R%20version-4.4.1-green)
![R%20version](https://img.shields.io/badge/R%20version-4.4.2-green)
![Shiny%20version](https://img.shields.io/badge/Shiny%20version-1.5.23.1030-green)
![Docker Pulls](https://img.shields.io/docker/pulls/hvalev/shiny-server-arm)
![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/hvalev/shiny-server-arm)
Expand Down Expand Up @@ -84,7 +84,7 @@ Although you can install R libraries post-install, you could also bake those in
```RUN R -e "install.packages(c('shiny', 'Cairo'), repos='http://cran.rstudio.com/')"```.
Cairo is needed for the hello-world preloaded app. If it's missing the histogram won't be loaded.

### Node.js (DEPRECATED since R4.4.1-S1.5.23.1030)
### Node.js (DEPRECATED since R4.4.2-S1.5.23.1030)
I have written the [determine_arch.sh](https://github.com/hvalev/shiny-server-arm-docker/blob/master/determine_arch.sh) script, which automagically determines the architecture it's running on, fetches the appropriate node.js checksum and replaces it in the install-node.sh file. It should be future-proof as the reference node.js version is taken from the cloned shiny-server repository itself.

## Acknowledgements
Expand Down

0 comments on commit 467d660

Please sign in to comment.