Skip to content
Snippets Groups Projects
Commit 3c4cacae authored by Aaron Spring's avatar Aaron Spring :baby_symbol: Committed by renku 0.16.0
Browse files

service: renku migrate

parent 02562965
Branches renku/autosave/aaron.spring/master/3c4caca/3c4caca
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
'@type': '@type':
- http://schema.org/Project - http://schema.org/Project
- http://www.w3.org/ns/prov#Location - http://www.w3.org/ns/prov#Location
http://schema.org/agent: 0.14.1 http://schema.org/agent: 0.16.0
http://schema.org/creator: http://schema.org/creator:
'@id': mailto:aaron.spring@mpimet.mpg.de '@id': mailto:aaron.spring@mpimet.mpg.de
'@type': '@type':
......
...@@ -27,7 +27,7 @@ RUN conda env update -q -f /tmp/environment.yml && \ ...@@ -27,7 +27,7 @@ RUN conda env update -q -f /tmp/environment.yml && \
# RENKU_VERSION determines the version of the renku CLI # RENKU_VERSION determines the version of the renku CLI
# that will be used in this image. To find the latest version, # that will be used in this image. To find the latest version,
# visit https://pypi.org/project/renku/#history. # visit https://pypi.org/project/renku/#history.
ARG RENKU_VERSION=0.15.1 ARG RENKU_VERSION=0.16.0
######################################################## ########################################################
# Do not edit this section and do not add anything below # Do not edit this section and do not add anything below
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment