Skip to content

Commit df6713f

Browse files
Merge branch 'main' into sbel/service-standalone
2 parents 40433d1 + 264c7e1 commit df6713f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

manager/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ RUN : \
3131
&& rm -rf /var/lib/apt/lists/*
3232

3333
# mod_qos library is broken on debian 12, so we build it from source
34-
RUN wget https://sourceforge.net/projects/mod-qos/files/mod_qos-11.76.tar.gz/download -O /tmp/mod_qos-11.76.tar.gz && \
35-
tar -xzf /tmp/mod_qos-11.76.tar.gz -C /tmp && \
36-
rm /tmp/mod_qos-11.76.tar.gz && \
37-
cd /tmp/mod_qos-11.76/apache2 && \
34+
RUN wget https://sourceforge.net/projects/mod-qos/files/mod_qos-11.79.tar.gz/download -O /tmp/mod_qos-11.79.tar.gz && \
35+
tar -xzf /tmp/mod_qos-11.79.tar.gz -C /tmp && \
36+
rm /tmp/mod_qos-11.79.tar.gz && \
37+
cd /tmp/mod_qos-11.79/apache2 && \
3838
apxs2 -i -a -c -lssl -l crypto mod_qos.c && \
39-
rm -rf /tmp/mod_qos-11.76
39+
rm -rf /tmp/mod_qos-11.79
4040

4141
# ---------- Manager Runtime Stage ------------------
4242
FROM ${RUNTIME_OS_IMAGE} AS scenescape-manager-runtime

third-party-programs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5473,7 +5473,7 @@ Apache License
54735473
meson/1.10.2
54745474
minio==7.2.20
54755475
Copyright (c) MinIO, Inc.
5476-
mod-qos/11.76
5476+
mod-qos/11.79
54775477
ninja/1.13.2
54785478
opencv/4.13.0
54795479
openssl/3.6.2

0 commit comments

Comments
 (0)