mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +00:00
Update julia version (#1946)
This commit is contained in:
@@ -6,7 +6,7 @@ set -exuo pipefail
|
||||
|
||||
# Default julia version to install if env var is not set
|
||||
# Check https://julialang.org/downloads/
|
||||
JULIA_VERSION="${JULIA_VERSION:-1.9.1}"
|
||||
JULIA_VERSION="${JULIA_VERSION:-1.9.2}"
|
||||
|
||||
# Figure out what architecture we are installing in
|
||||
JULIA_ARCH=$(uname -m)
|
||||
|
Reference in New Issue
Block a user