Version update to 8.0.24 (#469)

This commit is contained in:
renewoensdregt 2023-12-28 15:25:46 +01:00 committed by GitHub
parent dc03eb419e
commit 526599945c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN \
apt-get update \
&& apt-get install -y --no-install-recommends \
binutils=2.34-6ubuntu1.6 \
binutils=2.34-6ubuntu1.7 \
jsvc=1.0.15-8 \
libcap2=1:2.32-1 \
logrotate=3.14.0-4ubuntu3 \
@ -17,7 +17,7 @@ RUN \
openjdk-17-jdk-headless=17* \
\
&& curl -J -L -o /tmp/unifi.deb \
"https://dl.ui.com/unifi/8.0.7/unifi_sysvinit_all.deb" \
"https://dl.ui.com/unifi/8.0.24/unifi_sysvinit_all.deb" \
\
&& dpkg --install /tmp/unifi.deb \
&& apt-get clean \