Skip to content

Commit

Permalink
Merge pull request #878 from ngagun/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored Jan 16, 2025
2 parents f01b445 + 45c89b7 commit 5e7c674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/matlab/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

# this template file builds datalad and is then used as a docker base image for layer caching + it contains examples for various things like github install, curl, ...
export toolName='matlab'
export toolVersion='2022a' #the version number cannot contain a "-" - try to use x.x.x notation always
export toolVersion='2024b' #the version number cannot contain a "-" - try to use x.x.x notation always
# Don't forget to update version change in README.md!!!!!
# toolName or toolVersion CANNOT contain capital letters or dashes or underscores (Docker registry does not accept this!)

Expand Down

0 comments on commit 5e7c674

Please sign in to comment.