Skip to content

Commit 0ad3916

Browse files
build(deps): bump renku/renkulab-r in /R-minimal (#228)
Bumps renku/renkulab-r from 4.3.1-0.24.0 to 4.3.1-0.25.0. --- updated-dependencies: - dependency-name: renku/renkulab-r dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68b2f0a commit 0ad3916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R-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-r:4.3.1-0.24.0 as builder
4+
FROM renku/renkulab-r:4.3.1-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-r:4.3.1-0.24.0
28+
FROM renku/renkulab-r:4.3.1-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)