Skip to content

Commit 6f4cbae

Browse files
authored
Merge pull request #1476 from tomyun/julia-1.6.3
Update Julia to 1.6.3
2 parents fbd5c88 + 0242611 commit 6f4cbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datascience-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ USER root
1515
# Default values can be overridden at build time
1616
# (ARGS are in lower case to distinguish them from ENV)
1717
# Check https://julialang.org/downloads/
18-
ARG julia_version="1.6.2"
18+
ARG julia_version="1.6.3"
1919

2020
# R pre-requisites
2121
RUN apt-get update --yes && \

0 commit comments

Comments
 (0)