diff --git a/Dockerfile b/Dockerfile index 1ace0bc..6728631 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.3.2 +ARG r=4.4.0 FROM rocker/r-ver:${r} ARG shinyserver=1.5.20.1002