From 1f38afa3c11f248fb2d6e84504f2ef09a8aaf790 Mon Sep 17 00:00:00 2001 From: pawel rosikiewicz <switzerland.ai@gmail.com> Date: Fri, 23 Apr 2021 15:00:09 +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 28e5ca1..f351e48 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.14.2.dev8 http://schema.org/creator: '@id': mailto:oksana.riba@gmail.com '@type': diff --git a/Dockerfile b/Dockerfile index 83c83cd..eb53373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,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.1 +ARG RENKU_VERSION=0.14.2.dev8 ######################################################## # Do not edit this section and do not add anything below -- GitLab