Update Julia to 1.8.1 (#1784)

This commit is contained in:
Kyungdahm Yun
2022-09-12 02:37:21 -07:00
committed by GitHub
parent f677a4dd96
commit e6787a8f2f

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