diff --git a/metrics/report/report_dockerfile/Dockerfile b/metrics/report/report_dockerfile/Dockerfile index bf1c171..ae171f0 100755 --- a/metrics/report/report_dockerfile/Dockerfile +++ b/metrics/report/report_dockerfile/Dockerfile @@ -13,7 +13,7 @@ # We would have used the 'verse' base, that already has some of the docs processing # installed, but I could not figure out how to add in the extra bits we needed to # the lite tex version is uses. -FROM rocker/tidyverse +FROM rocker/tidyverse:latest # Version of the Dockerfile LABEL DOCKERFILE_VERSION="1.0"