Skip to content

Commit d5f2142

Browse files
authored
Merge pull request #84 from johnnychen94/patch-3
[Julia] make registry downloading failure a panic
2 parents eca5de8 + a738226 commit d5f2142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/julia/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL maintainer="Johnny Chen <[email protected]>"
1111
ENV JULIA_DEPOT_PATH="/opt/julia"
1212

1313
RUN adduser --uid 2000 tunasync && \
14-
julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc3"' && \
14+
julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc4"' && \
1515
chmod a+rx -R $JULIA_DEPOT_PATH
1616

1717
COPY dockerfiles/julia/startup.jl /usr/local/julia/etc/julia/startup.jl

0 commit comments

Comments
 (0)