Bump Julia version to 1.9 (#1917)

This commit is contained in:
Yuvi Panda
2023-06-06 02:15:18 +05:30
committed by GitHub
parent 5c660db02e
commit 63d4f3d1b7

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.8.5"
ARG julia_version="1.9.0"
# R pre-requisites
RUN apt-get update --yes && \