Skip to content

Commit

Permalink
Bump Julia version to 1.9 (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jun 5, 2023
1 parent 5c660db commit 63d4f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience-notebook/Dockerfile
Expand Up @@ -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.5"
ARG julia_version="1.9.0"

# R pre-requisites
RUN apt-get update --yes && \
Expand Down

0 comments on commit 63d4f3d

Please sign in to comment.