summaryrefslogtreecommitdiffstats
path: root/redhat/docker/f38/Dockerfile.x86_64
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2023-10-29 08:14:08 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2023-10-29 08:14:56 +0100
commit3e48ca3094303afc3a734d0e1e4a3ee9db0fb8a6 (patch)
treec42a61b05519d17bd868ca659f629cfa87f9abda /redhat/docker/f38/Dockerfile.x86_64
parent5651b5dee293d932d11d4da73673ba01fd017099 (diff)
downloadtde-packaging-3e48ca3094303afc3a734d0e1e4a3ee9db0fb8a6.tar.gz
tde-packaging-3e48ca3094303afc3a734d0e1e4a3ee9db0fb8a6.zip
RPM: Update for final R14.1.1.
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/docker/f38/Dockerfile.x86_64')
-rw-r--r--redhat/docker/f38/Dockerfile.x86_644
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/docker/f38/Dockerfile.x86_64 b/redhat/docker/f38/Dockerfile.x86_64
index 9eb2900fa..2ed6c205f 100644
--- a/redhat/docker/f38/Dockerfile.x86_64
+++ b/redhat/docker/f38/Dockerfile.x86_64
@@ -1,6 +1,6 @@
FROM fedora:38
-ARG TDE_VERSION=14.1.0
+ARG TDE_VERSION=14.1.1
ARG ARCH=x86_64
# Fix DNF database corruption
@@ -35,7 +35,7 @@ RUN rpm -i https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/
&& rpmbuild -ba ${HOME}/rpmbuild/SPECS/wireless-tools.spec \
&& sudo rpm -Uvh ${HOME}/rpmbuild/RPMS/*/wireless-tools{,-devel}-29*
-RUN rpm -i http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/releases/36/Everything/source/tree/Packages/l/libnjb-2.2.7-24.fc36.src.rpm \
+RUN rpm -i https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/36/Everything/source/tree/Packages/l/libnjb-2.2.7-24.fc36.src.rpm \
&& sed -i ${HOME}/rpmbuild/SPECS/libnjb.spec -e "s|libusb-devel|libusb1-devel|" \
&& rpmbuild -ba ${HOME}/rpmbuild/SPECS/libnjb.spec \
&& sudo rpm -Uvh ${HOME}/rpmbuild/RPMS/*/libnjb{,-devel}-2*