diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index 8b853230a7..9b56493c8a 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.9.0" +ARG julia_version="1.9.1" # R pre-requisites RUN apt-get update --yes && \