We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ce00b commit 3d3aa48Copy full SHA for 3d3aa48
images/minimal-notebook/setup-scripts/setup-julia.bash
@@ -6,7 +6,7 @@ set -exuo pipefail
6
7
# Default julia version to install if env var is not set
8
# Check https://julialang.org/downloads/
9
-JULIA_VERSION="${JULIA_VERSION:-1.9.2}"
+JULIA_VERSION="${JULIA_VERSION:-1.9.3}"
10
11
# Figure out what architecture we are installing in
12
JULIA_ARCH=$(uname -m)
0 commit comments