From 44b278235f6e7b7894857152841384b8b8af4d27 Mon Sep 17 00:00:00 2001
From: Oksana Riba Grognuz <oksana.riba@gmail.com>
Date: Fri, 9 Apr 2021 09:35:28 +0000
Subject: [PATCH] service: renku migrate

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b901225..83c83cd 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.0
+ARG RENKU_VERSION=0.14.1
 
 ########################################################
 # Do not edit this section and do not add anything below
-- 
GitLab