Skip to content

Commit 68b2f0a

Browse files
build(deps): bump renku/renkulab-py in /python-minimal (#229)
Bumps renku/renkulab-py from 3.10-0.24.0 to 3.11-0.25.0. --- updated-dependencies: - dependency-name: renku/renkulab-py dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 529f1b3 commit 68b2f0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python-minimal/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
########################################################
22
# Renku install section - do not edit #
33

4-
FROM renku/renkulab-py:3.10-0.24.0 as builder
4+
FROM renku/renkulab-py:3.11-0.25.0 as builder
55

66
# RENKU_VERSION determines the version of the renku CLI
77
# that will be used in this image. To find the latest version,
@@ -25,7 +25,7 @@ RUN if [ -n "$RENKU_VERSION" ] ; then \
2525
# End Renku install section #
2626
########################################################
2727

28-
FROM renku/renkulab-py:3.10-0.24.0
28+
FROM renku/renkulab-py:3.11-0.25.0
2929

3030
# Uncomment and adapt if code is to be included in the image
3131
# COPY src /code/src

0 commit comments

Comments
 (0)