diff --git a/Dockerfile b/Dockerfile
index 1e4e1a160d6f274613414cd98a79a43bb0fe8eee..9cd68a4812c42f25418ac556c9922079dac642f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,12 +29,12 @@ RUN conda env update -q -f /tmp/environment.yml && \
     
 # Tensorboard extension
 RUN jupyter labextension install jupyterlab_tensorboard && \
-    pip install jupyter-tensorboard==0.1.10
+    pip install jupyter-tensorboard==0.2.0
 
 # 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.1
 
 ########################################################
 # Do not edit this section and do not add anything below