diff --git a/.renku/metadata.yml b/.renku/metadata.yml
index d31661df5815d4ef6a883849c2af74055bfbd416..a643161b98ef1cdd812252a4ff9eafcdcaa9c9fa 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.2
+http://schema.org/agent: 0.15.1
 http://schema.org/creator:
   '@id': mailto:aaron.spring@mpimet.mpg.de
   '@type':
diff --git a/Dockerfile b/Dockerfile
index aca7280cd74cbc64376f99a563e7f123831730e3..927204491836958f70c1d3a345cdd04a3ea117d0 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.14.2
+ARG RENKU_VERSION=0.15.1
 
 ########################################################
 # Do not edit this section and do not add anything below