From 7b4555d4c03acc465fcbe00344dfd2df4487eb54 Mon Sep 17 00:00:00 2001 From: Simon van Hemert <simon.vanhemert@hslu.ch> Date: Tue, 8 Jun 2021 13:28:57 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbcaf28..33e043d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,15 @@ -FROM renku/renkulab-py:3.7-renku0.15.1-0.6.3 +ARG RENKU_BASE_IMAGE=renku/renkulab-py:3.7-0.7.2 +FROM ${RENKU_BASE_IMAGE} + +# FROM renku/renkulab-py:3.7-renku0.15.1-0.6.3 # see https://github.com/SwissDataScienceCenter/renkulab-docker # to swap this image for the latest version available +# 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 + # Uncomment and adapt if code is to be included in the image # COPY src /code/src -- GitLab