Skip to content

Commit

Permalink
Update R to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hvalev authored Nov 6, 2021
1 parent 152f5d5 commit 8e58bf1
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:buster-20211011 AS builder

ENV V_RStudio=R-4.1.1
ENV V_RStudio=R-4.1.2
ENV V_ShinyServer=v1.5.17.973

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.1.1
4.1.2
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.1.1-green)
![R%20version](https://img.shields.io/badge/R%20version-4.1.2-green)
![Shiny%20version](https://img.shields.io/badge/Shiny%20version-1.5.17.973-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 8e58bf1

Please sign in to comment.