Update Julia to 1.8.0 (#1774)

This commit is contained in:
Kyungdahm Yun
2022-08-19 05:05:24 -07:00
committed by GitHub
parent 64c4cd717a
commit 0d65a32356

View File

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