diff --git a/Dockerfile-jupyter b/Dockerfile-jupyter index 25d99cc..f0cf015 100644 --- a/Dockerfile-jupyter +++ b/Dockerfile-jupyter @@ -9,7 +9,7 @@ RUN conda create -n python310 python=3.10 --no-default-packages RUN conda create -n digitalhub-core python=3.9 --no-default-packages # Clone digitalhub-core repo -ARG DHUB_VERSION=0.5.0b1 +ARG DHUB_VERSION=0.5.0b2 RUN wget https://github.com/scc-digitalhub/digitalhub-sdk/archive/refs/tags/$DHUB_VERSION.zip RUN unzip $DHUB_VERSION.zip RUN mv digitalhub-sdk-$DHUB_VERSION digitalhub-sdk