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 a905ff6 commit c2a30b2Copy full SHA for c2a30b2
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.8.3"
+ARG julia_version="1.8.5"
20
21
# R pre-requisites
22
RUN apt-get update --yes && \
0 commit comments