Skip to content

Commit

Permalink
Merge pull request #106 from hvalev/R-updates
Browse files Browse the repository at this point in the history
Update R to 4.4.0
  • Loading branch information
hvalev authored Apr 27, 2024
2 parents 9201060 + a56adf4 commit e9ef51e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-20240408 AS builder

ENV V_RStudio=R-4.3.3
ENV V_RStudio=R-4.4.0
ENV V_ShinyServer=v1.5.21.1012

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.3.3
4.4.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shiny Server on Docker for 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.3.3-green)
![R%20version](https://img.shields.io/badge/R%20version-4.4.0-green)
![Shiny%20version](https://img.shields.io/badge/Shiny%20version-1.5.21.1012-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

0 comments on commit e9ef51e

Please # to comment.