From 769b8636450bf67b2043373860de3d3d23dbb4be Mon Sep 17 00:00:00 2001 From: James Stott <158563996+jamesstottmoj@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:04:48 +0100 Subject: [PATCH] Bump R to 4.4.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e284bf8..7bd5f01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # checkov:skip=CKV_DOCKER_3:"Ensure that a user for the container has been created" # hadolint global ignore=DL3008 -ARG r=4.4.0 +ARG r=4.4.1 FROM rocker/r-ver:${r} ARG shinyserver=1.5.22.1017