Skip to content

Commit

Permalink
Update R to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hvalev authored and github-actions[bot] committed Mar 2, 2024
1 parent b031c82 commit 293f826
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-20240211 AS builder

ENV V_RStudio=R-4.3.2
ENV V_RStudio=R-4.3.3
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.2
4.3.3
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.2-green)
![R%20version](https://img.shields.io/badge/R%20version-4.3.3-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 293f826

Please sign in to comment.