From 307a08b3a681a5460d9d3fd059be08b5d6d5e2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 09:52:30 +0000 Subject: [PATCH] build(deps): bump renku/renkulab-py in /python-minimal Bumps renku/renkulab-py from 3.10-0.23.0 to 3.10-0.24.0. --- updated-dependencies: - dependency-name: renku/renkulab-py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python-minimal/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-minimal/Dockerfile b/python-minimal/Dockerfile index 8663966..fd38941 100644 --- a/python-minimal/Dockerfile +++ b/python-minimal/Dockerfile @@ -1,7 +1,7 @@ ######################################################## # Renku install section - do not edit # -FROM renku/renkulab-py:3.10-0.23.0 as builder +FROM renku/renkulab-py:3.10-0.24.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-py:3.10-0.23.0 +FROM renku/renkulab-py:3.10-0.24.0 # Uncomment and adapt if code is to be included in the image # COPY src /code/src