diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index 9302bd36..5f3b714e 100644 --- a/datascience-notebook/Dockerfile +++ b/datascience-notebook/Dockerfile @@ -15,7 +15,7 @@ USER root # Default values can be overridden at build time # (ARGS are in lower case to distinguish them from ENV) # Check https://julialang.org/downloads/ -ARG julia_version="1.6.4" +ARG julia_version="1.7.0" # R pre-requisites RUN apt-get update --yes && \