Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump renku/renkulab-py from 3.10-0.22.0 to 3.10-0.23.0 in /minimal #220

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
########################################################
# Renku install section - do not edit #

FROM renku/renkulab-py:3.10-0.22.0 as builder
FROM renku/renkulab-py:3.10-0.23.0 as builder

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

FROM renku/renkulab-py:3.10-0.22.0
FROM renku/renkulab-py:3.10-0.23.0

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