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