Skip to content

Commit a7a1e6c

Browse files
committed
feat: upgraded R2023a
1 parent bafad81 commit a7a1e6c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

R2023a-meshlab/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# 3D digitization tools/devices and for preparing models for 3D printing.
2222
#
2323
# @author Riccardo De Martis
24-
# @creation 2023-May-11
24+
# @creation 2023-May-16
2525
# @link https://github.com/demartis/matlab_runtime_docker
2626
#
2727

R2023a/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See https://www.mathworks.com/products/compiler/matlab-runtime.html for more info.
1616
#
1717
# @author Riccardo De Martis
18-
# @creation 2023-May-11
18+
# @creation 2023-May-16
1919
# @link https://github.com/demartis/matlab_runtime_docker
2020
#
2121

@@ -36,9 +36,9 @@ RUN apt-get -q update && \
3636
RUN mkdir /mcr-install && \
3737
mkdir /opt/mcr && \
3838
cd /mcr-install && \
39-
wget --no-check-certificate -q https://ssd.mathworks.com/supportfiles/downloads/R2023a/Release/1/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2023a_Update_1_glnxa64.zip && \
40-
unzip -q MATLAB_Runtime_R2023a_Update_1_glnxa64.zip && \
41-
rm -f MATLAB_Runtime_R2023a_Update_1_glnxa64.zip && \
39+
wget --no-check-certificate -q https://ssd.mathworks.com/supportfiles/downloads/R2023a/Release/2/deployment_files/installer/complete/glnxa64/MATLAB_Runtime_R2023a_Update_2_glnxa64.zip && \
40+
unzip -q MATLAB_Runtime_R2023a_Update_2_glnxa64.zip && \
41+
rm -f MATLAB_Runtime_R2023a_Update_2_glnxa64.zip && \
4242
./install -destinationFolder /opt/mcr -agreeToLicense yes -mode silent && \
4343
cd / && \
4444
rm -rf mcr-install

generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
['R2021b', 'v9.11', 6, '2023-May-11'],
1717
['R2022a', 'v9.12', 6, '2023-May-11'],
1818
['R2022b', 'v9.13', 5, '2023-May-11'],
19-
['R2023a', 'v9.14', 1, '2023-May-11'],
19+
['R2023a', 'v9.14', 2, '2023-May-16'],
2020
]
2121

2222
def gen_dockerfile(vers, named_vers, date, update_vers, ld_lib_ver):

0 commit comments

Comments
 (0)