We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eca5de8 + a738226 commit d5f2142Copy full SHA for d5f2142
dockerfiles/julia/Dockerfile
@@ -11,7 +11,7 @@ LABEL maintainer="Johnny Chen <[email protected]>"
11
ENV JULIA_DEPOT_PATH="/opt/julia"
12
13
RUN adduser --uid 2000 tunasync && \
14
- julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc3"' && \
+ julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc4"' && \
15
chmod a+rx -R $JULIA_DEPOT_PATH
16
17
COPY dockerfiles/julia/startup.jl /usr/local/julia/etc/julia/startup.jl
0 commit comments