From 3c4cacaef0cd05c077d815912d8ba8ca1ee0608e Mon Sep 17 00:00:00 2001
From: Aaron Spring <aaron.spring@mpimet.mpg.de>
Date: Tue, 27 Jul 2021 09:50:12 +0000
Subject: [PATCH] service: renku migrate

---
 .renku/metadata.yml | 2 +-
 Dockerfile          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.renku/metadata.yml b/.renku/metadata.yml
index 6abdf5d..18b7c9b 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 9272044..19f35cb 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
-- 
GitLab