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 6cc4a85 commit 2ace7f7Copy full SHA for 2ace7f7
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.2"
+ARG julia_version="1.8.3"
20
21
# R pre-requisites
22
RUN apt-get update --yes && \
0 commit comments