From 21ca65231f8766449316b12b742519b9e5e32407 Mon Sep 17 00:00:00 2001 From: Nick Laws Date: Fri, 7 May 2021 09:52:52 -0600 Subject: [PATCH] Julia image Debian->Alpine trying to fix Garbage Collect segfault, maybe related to https://github.com/JuliaLang/julia/issues/27952 --- julia_src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia_src/Dockerfile b/julia_src/Dockerfile index a7e18a124..3ba6928bd 100644 --- a/julia_src/Dockerfile +++ b/julia_src/Dockerfile @@ -1,4 +1,4 @@ -FROM julia:1.6.1 +FROM julia:1.6.1-alpine # Install NREL root certs for machines running on NREL's network. ARG NREL_ROOT_CERT_URL_ROOT=""