Update julia version

This commit is contained in:
Ayaz Salikhov
2023-06-13 11:52:57 +04:00
parent 5203a374e8
commit 1fa0829d9f

View File

@@ -16,7 +16,7 @@ USER root
# Default values can be overridden at build time
# (ARGS are in lower case to distinguish them from ENV)
# Check https://julialang.org/downloads/
ARG julia_version="1.9.0"
ARG julia_version="1.9.1"
# R pre-requisites
RUN apt-get update --yes && \