Skip to content

Commit

Permalink
Merge pull request #1543 from tomyun/julia-1.7.0
Browse files Browse the repository at this point in the history
Update Julia to 1.7.0
  • Loading branch information
mathbunnyru committed Dec 2, 2021
2 parents 5573d9d + 1be67b9 commit e2cbbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.6.4"
ARG julia_version="1.7.0"

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

0 comments on commit e2cbbb4

Please sign in to comment.