diff --git a/Dockerfile b/Dockerfile index 2bbaf75..e279405 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY Project.toml / COPY Manifest.toml / RUN julia -e 'using Pkg; Pkg.instantiate()' -RUN julia --project=/ -e 'using Pkg; Pkg.instantiate(); Pkg.up()' +RUN julia --project=/ -e 'using Pkg; Pkg.instantiate(); Pkg.update()' RUN \ mv /Project.toml ${JULIA_DEPOT_PATH}/environments/v1.6/ && \ mv /Manifest.toml ${JULIA_DEPOT_PATH}/environments/v1.6/