diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index 26693dd0..1f16ed3d 100644 --- a/datascience-notebook/Dockerfile +++ b/datascience-notebook/Dockerfile @@ -16,7 +16,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.8.3" +ARG julia_version="1.8.5" # R pre-requisites RUN apt-get update --yes && \