diff --git a/.renku/metadata.yml b/.renku/metadata.yml index 6abdf5d8ba87f9f04eeac32dc98f175fda5512ab..18b7c9b97f5d02c8c04d8fb49fb99faa5536ae03 100644 --- a/.renku/metadata.yml +++ b/.renku/metadata.yml @@ -2,7 +2,7 @@ '@type': - http://schema.org/Project - 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: '@id': mailto:aaron.spring@mpimet.mpg.de '@type': diff --git a/Dockerfile b/Dockerfile index 927204491836958f70c1d3a345cdd04a3ea117d0..19f35cb354fb0bb7d297fadaeec369da18ead4a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN conda env update -q -f /tmp/environment.yml && \ # RENKU_VERSION determines the version of the renku CLI # that will be used in this image. To find the latest version, # 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