Skip to content

Commit 5a55387

Browse files
sbouchetclaude
andauthored
fix: update epel (Extra Packages for Enterprise Linux) (#741)
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 37f4759 commit 5a55387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/dockerfiles/linux-libc-ubi9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ RUN if [ "$(uname -m)" = "x86_64" ]; then npm run playwright-install; fi
115115
RUN if [ "$(uname -m)" = "x86_64" ]; then \
116116
ARCH=$(uname -m) && \
117117
yum install --nobest -y procps \
118-
https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/e/epel-release-9-10.el9.noarch.rpm \
118+
https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/e/epel-release-9-11.el9.noarch.rpm \
119119
https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-gpg-keys-9.0-32.el9.noarch.rpm \
120120
https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/centos-stream-repos-9.0-32.el9.noarch.rpm; \
121121
fi

0 commit comments

Comments
 (0)