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.
1 parent 64c4cd7 commit 0d65a32Copy full SHA for 0d65a32
datascience-notebook/Dockerfile
@@ -16,7 +16,7 @@ USER root
16
# Default values can be overridden at build time
17
# (ARGS are in lower case to distinguish them from ENV)
18
# Check https://julialang.org/downloads/
19
-ARG julia_version="1.7.3"
+ARG julia_version="1.8.0"
20
21
# R pre-requisites
22
RUN apt-get update --yes && \
0 commit comments