Skip to content

Commit b9a0aa5

Browse files
Update the UBI Hardening Extras to support MATLAB R2025b
1 parent 5ad7b37 commit b9a0aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-publish-ubi-hardening-extras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
tag: [ubi9.6]
6161
include:
6262
- package: matlab
63-
tag: R2025a
63+
tag: R2025b
6464

6565
env:
6666
IMAGE_NAME: ghcr.io/${{ github.repository }}/ubi-hardening-extras/${{ matrix.package }}

ubi-hardening-extras/matlab/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG BASE_IMAGE
33

44
ARG MPM_DOWNLOAD_DESTINATION="/usr/local/src"
55

6-
ARG MATLAB_RELEASE=R2025a
6+
ARG MATLAB_RELEASE=R2025b
77

88
ARG LOCATION_ROOT=/tmp/deps
99

0 commit comments

Comments
 (0)