diff --git a/examples/jupyter-docker-stacks-julia-image/Dockerfile b/examples/jupyter-docker-stacks-julia-image/Dockerfile index 95de95d..5f6e439 100644 --- a/examples/jupyter-docker-stacks-julia-image/Dockerfile +++ b/examples/jupyter-docker-stacks-julia-image/Dockerfile @@ -1,4 +1,4 @@ -FROM jupyter/datascience-notebook:julia-1.5.2 +FROM jupyter/datascience-notebook:julia-1.8.5 # Install the AWS CLI: RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \