Skip to content
Snippets Groups Projects
Commit 19fc6764 authored by Aaron Spring's avatar Aaron Spring :baby_symbol: Committed by renku 0.15.1
Browse files

service: renku migrate

parent 9aaef3d8
No related branches found
No related tags found
No related merge requests found
Pipeline #200349 passed with stage
in 1 minute and 42 seconds
...@@ -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.2 http://schema.org/agent: 0.15.1
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.14.2 ARG RENKU_VERSION=0.15.1
######################################################## ########################################################
# 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