From a738226ce6ffe20e60a746aeffcfe564fb6ae413 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 10 Aug 2020 23:35:12 +0800 Subject: [PATCH] make registry downloading failure a panic --- dockerfiles/julia/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/julia/Dockerfile b/dockerfiles/julia/Dockerfile index c757feb..835f2b4 100644 --- a/dockerfiles/julia/Dockerfile +++ b/dockerfiles/julia/Dockerfile @@ -11,7 +11,7 @@ LABEL maintainer="Johnny Chen " ENV JULIA_DEPOT_PATH="/opt/julia" RUN adduser --uid 2000 tunasync && \ - 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"' && \ chmod a+rx -R $JULIA_DEPOT_PATH COPY dockerfiles/julia/startup.jl /usr/local/julia/etc/julia/startup.jl