diff --git a/dockerfiles/julia/Dockerfile b/dockerfiles/julia/Dockerfile index 3eb3dee..fc41726 100644 --- a/dockerfiles/julia/Dockerfile +++ b/dockerfiles/julia/Dockerfile @@ -8,7 +8,7 @@ FROM julia:1.4 LABEL description="A community maintained docker script to set up julia mirror easily." LABEL maintainer="Johnny Chen " -RUN julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.0-rc8"' +RUN julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc3"' RUN chown -R 2000 /tmp/julia/