From 6a5d4570b4497f856add80678adb9a59eb084b24 Mon Sep 17 00:00:00 2001 From: James Stott <158563996+jamesstottmoj@users.noreply.github.com> Date: Fri, 22 May 2026 14:36:47 +0100 Subject: [PATCH] Updated RStudio version to 4.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40724d7..01a1ef6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # checkov:skip=CKV_DOCKER_2:Healthcheck instructions have not been added to container images # checkov:skip=CKV_DOCKER_3:"Ensure that a user for the container has been created" -FROM rocker/rstudio:4.5.2 +FROM rocker/rstudio:4.6.0 LABEL maintainer=analytics-platform-tech@digital.justice.gov.uk # set default CRAN