Skip to content

Commit 1c40816

Browse files
authored
Merge pull request #1712 from tomyun/julia-1.7.3
Update Julia to 1.7.3
2 parents 806a0c3 + 8a934db commit 1c40816

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
@@ -16,7 +16,7 @@ USER root
1616
# Default values can be overridden at build time
1717
# (ARGS are in lower case to distinguish them from ENV)
1818
# Check https://julialang.org/downloads/
19-
ARG julia_version="1.7.2"
19+
ARG julia_version="1.7.3"
2020

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

0 commit comments

Comments
 (0)