Skip to content

Commit b31eacf

Browse files
Merge pull request #312 from vitalykorolev/MLE-17152_update-base-images
MLE-17152 update base images
2 parents 83831bf + 0a5b1be commit b31eacf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dockerFiles/marklogic-deps-ubi9:base

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
###############################################################
66

7-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1725849298
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542
88
LABEL "com.marklogic.maintainer"="[email protected]"
99

1010
###############################################################
1111
# install libnsl rpm package
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.3.x86_64.rpm \
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 \
1616
&& rpm -i libnsl.rpm \
1717
&& rm -f libnsl.rpm
1818

dockerFiles/marklogic-deps-ubi:base

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
###############################################################
66

7-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161.1715068733
7+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1086
88
LABEL "com.marklogic.maintainer"="[email protected]"
99

1010
###############################################################

0 commit comments

Comments
 (0)