From 90039de4e466675ce9005957c6dff954a6797400 Mon Sep 17 00:00:00 2001 From: thierrymoudiki Date: Sat, 13 Jan 2024 09:10:29 +0100 Subject: [PATCH] update Julia --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d91c65..f53d5f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Julia 1.6 base image -FROM julia:1.6 +FROM julia:1.10 # Set the working directory inside the container WORKDIR /app