From 89725865f45a6e2c8cead531236195985c339118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 08:06:37 +0000 Subject: [PATCH] build(deps): bump renku/renkulab-r in /R-minimal Bumps renku/renkulab-r from 4.3.1-0.21.0 to 4.3.1-0.22.0. --- updated-dependencies: - dependency-name: renku/renkulab-r dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- R-minimal/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R-minimal/Dockerfile b/R-minimal/Dockerfile index 2452e99..f98a797 100644 --- a/R-minimal/Dockerfile +++ b/R-minimal/Dockerfile @@ -1,7 +1,7 @@ ######################################################## # Renku install section - do not edit # -FROM renku/renkulab-r:4.3.1-0.21.0 as builder +FROM renku/renkulab-r:4.3.1-0.22.0 as builder # RENKU_VERSION determines the version of the renku CLI # that will be used in this image. To find the latest version, @@ -25,7 +25,7 @@ RUN if [ -n "$RENKU_VERSION" ] ; then \ # End Renku install section # ######################################################## -FROM renku/renkulab-r:4.3.1-0.21.0 +FROM renku/renkulab-r:4.3.1-0.22.0 # Uncomment and adapt if code is to be included in the image # COPY src /code/src