From 168b23e2a1b76f2abbbd548cdeb1e4450553789b Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Mon, 6 Nov 2023 16:46:02 +0530 Subject: [PATCH] Bump base rocker image again - Brings us to latest point release of R - Brings in https://github.com/rocker-org/rocker-versioned2/pull/721 Ref https://github.com/2i2c-org/infrastructure/issues/3178 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0a63236..099cab2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rocker/binder:4.3.1 +FROM rocker/binder:4.3.2 USER root