Skip to content

Commit a11bd03

Browse files
authored
Update rpm links in the ubi9 Dockerfile (che-incubator#614)
1 parent 9ad4cc2 commit a11bd03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/dockerfiles/linux-libc-ubi9.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ RUN if [ "$(uname -m)" = "x86_64" ]; then \
113113
ARCH=$(uname -m) && \
114114
yum install --nobest -y procps \
115115
https://rpmfind.net/linux/epel/9/Everything/x86_64/Packages/e/epel-release-9-10.el9.noarch.rpm \
116-
https://rpmfind.net/linux/centos-stream/9-stream/BaseOS/x86_64/os/Packages/centos-gpg-keys-9.0-23.el9.noarch.rpm \
117-
https://rpmfind.net/linux/centos-stream/9-stream/BaseOS/x86_64/os/Packages/centos-stream-repos-9.0-23.el9.noarch.rpm; \
116+
https://rpmfind.net/linux/centos-stream/9-stream/BaseOS/x86_64/os/Packages/centos-gpg-keys-9.0-32.el9.noarch.rpm \
117+
https://rpmfind.net/linux/centos-stream/9-stream/BaseOS/x86_64/os/Packages/centos-stream-repos-9.0-32.el9.noarch.rpm; \
118118
fi
119119

120120
RUN if [ "$(uname -m)" = "x86_64" ]; then \

0 commit comments

Comments
 (0)