We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fe3087 + 42370e6 commit c26bf69Copy full SHA for c26bf69
datascience-notebook/Dockerfile
@@ -15,7 +15,7 @@ USER root
15
# Default values can be overridden at build time
16
# (ARGS are in lower case to distinguish them from ENV)
17
# Check https://julialang.org/downloads/
18
-ARG julia_version="1.7.1"
+ARG julia_version="1.7.2"
19
20
# R pre-requisites
21
RUN apt-get update --yes && \
0 commit comments