Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerFiles/marklogic-deps-ubi9:base
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL "com.marklogic.maintainer"="docker@marklogic.com"
###############################################################

RUN microdnf -y update \
&& rpm -i https://download.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/Packages/l/libnsl-2.34-231.el9_7.2.x86_64.rpm
&& rpm -i https://repo.almalinux.org/almalinux/9/BaseOS/x86_64/os/Packages/libnsl-2.34-231.el9_7.2.x86_64.rpm

###############################################################
# install networking, base deps and tzdata for timezone
Expand Down
4 changes: 2 additions & 2 deletions dockerFiles/marklogic-deps-ubi:base
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
###############################################################

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1764046129
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1765178706
LABEL "com.marklogic.maintainer"="docker@marklogic.com"

# MarkLogic version passed from build to enable conditional deps
Expand All @@ -15,7 +15,7 @@ ARG ML_VERSION
###############################################################

RUN microdnf -y update \
&& rpm -i https://download.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os/Packages/l/libnsl-2.28-251.el8_10.25.x86_64.rpm
&& rpm -i https://repo.almalinux.org/almalinux/8/BaseOS/x86_64/os/Packages/libnsl-2.28-251.el8_10.27.x86_64.rpm

###############################################################
# install networking, base deps and tzdata for timezone
Expand Down