Skip to content

Commit

Permalink
build(deps): bump renku/renkulab-julia in /julia-minimal (#209)
Browse files Browse the repository at this point in the history
Bumps renku/renkulab-julia from 1.9.0-0.18.1 to 1.9.0-0.21.0.

---
updated-dependencies:
- dependency-name: renku/renkulab-julia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 0d1cb4c commit 591df89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions julia-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-julia:1.9.0-0.18.1 as builder
FROM renku/renkulab-julia:1.9.0-0.21.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-julia:1.9.0-0.18.1
FROM renku/renkulab-julia:1.9.0-0.21.0

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

0 comments on commit 591df89

Please sign in to comment.