From 5fd1d58082f0ff77e51488a4d2fc65dc652650bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 01:25:37 -0700 Subject: [PATCH] build(deps): bump renku/renkulab-bioc in /bioc-minimal (#217) Bumps renku/renkulab-bioc from RELEASE_3_17-0.21.0 to RELEASE_3_17-0.22.0. --- updated-dependencies: - dependency-name: renku/renkulab-bioc dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bioc-minimal/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bioc-minimal/Dockerfile b/bioc-minimal/Dockerfile index f2b9721..10207ce 100644 --- a/bioc-minimal/Dockerfile +++ b/bioc-minimal/Dockerfile @@ -1,7 +1,7 @@ ######################################################## # Renku install section - do not edit # -FROM renku/renkulab-bioc:RELEASE_3_17-0.21.0 as builder +FROM renku/renkulab-bioc:RELEASE_3_17-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-bioc:RELEASE_3_17-0.21.0 +FROM renku/renkulab-bioc:RELEASE_3_17-0.22.0 # Uncomment and adapt if code is to be included in the image # COPY src /code/src