From b52289a3dffa8e49f38a819959544f1d0448bd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= Date: Fri, 21 Jun 2024 17:21:26 +0200 Subject: [PATCH] chore: update desktop matlab version (#453) --- docker/matlab/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/matlab/Dockerfile b/docker/matlab/Dockerfile index a4ef3bfc..f3b48db2 100644 --- a/docker/matlab/Dockerfile +++ b/docker/matlab/Dockerfile @@ -10,7 +10,7 @@ ARG BASE_IMAGE=renku/renkulab-vnc:latest # Replace "mathworks/matlab" with any Docker image that contains MATLAB # MATLAB should be available on the path in the Docker image -FROM mathworks/matlab:r2021b AS matlab-install-stage +FROM mathworks/matlab:r2023b AS matlab-install-stage ARG BASE_ML_INSTALL_LOC # Run code to locate a MATLAB install in the base image and softlink