Skip to content

Commit

Permalink
Prep release 0.6.0 (#61)
Browse files Browse the repository at this point in the history
* Updated docker images

* Use old R image

* Fix python image reference

* Using renku-python 0.9.1
  • Loading branch information
pameladelgado committed Mar 6, 2020
1 parent db5e937 commit b1d0f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions R-minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM renku/singleuser-r:0.4.4-renku0.9.0

RUN pipx install renku=='0.9.1' --force
# Uncomment and adapt if code is to be included in the image
# COPY src /code/src

Expand Down
2 changes: 1 addition & 1 deletion python-minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM renku/singleuser:0.4.4-renku0.9.0
FROM renku/renkulab:renku0.9.1-py3.7-0.5.2

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

0 comments on commit b1d0f22

Please sign in to comment.