Skip to content

Commit 3d0f030

Browse files
Merge pull request #320 from vitalykorolev/MLE-17764_libnsl-dep-fix
MLE-17764 update libnsl to latest compatible version
2 parents 12ddd9b + bba67b9 commit 3d0f030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerFiles/marklogic-deps-ubi9:base

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL "com.marklogic.maintainer"="[email protected]"
1212
###############################################################
1313

1414
RUN microdnf -y update \
15-
&& curl -Lso libnsl.rpm https://bed-artifactory.bedford.progress.com:443/artifactory/ml-rpm-release-tierpoint/devdependencies/libnsl-2.34-100.el9_4.4.x86_64.rpm \
15+
&& curl -Lso libnsl.rpm https://bed-artifactory.bedford.progress.com:443/artifactory/ml-rpm-release-tierpoint/devdependencies/libnsl-2.34-125.el9_5.1.x86_64.rpm \
1616
&& rpm -i libnsl.rpm \
1717
&& rm -f libnsl.rpm
1818

0 commit comments

Comments
 (0)