Explorar el Código

corr

Signed-off-by: Jean-Michel Batto <jmbatto@eldarsoft.com>
Jean-Michel Batto hace 3 semanas
padre
commit
fa22ed8e62
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -55,7 +55,8 @@ RUN LOADER_PATH=$(find /usr/lib -name gdk-pixbuf-query-loaders | head -n 1) && \
     gdk-pixbuf-query-loaders --update-cache
 
 # Version cible
-ARG JULIA_VERSION=v1.10.10
+# ARG JULIA_VERSION=v1.10.10
+ARG JULIA_VERSION=v1.12.4
 WORKDIR /tmp/julia-build
 # On utilise --depth 1 pour accélérer le téléchargement (évite le timeout)
 RUN git clone --depth 1 --branch ${JULIA_VERSION} https://github.com/JuliaLang/julia.git .