Skip to content

Commit

Permalink
Update to 8.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Nov 1, 2024
1 parent 3fd48e3 commit f389d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unifi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends binutils libcap2 logrotate mongodb-server openjdk-17-jre-headless \
\
&& curl -sSLf "https://dl.ui.com/unifi/8.4.62/unifi_sysvinit_all.deb" > /tmp/unifi.deb \
&& curl -sSLf "https://dl.ui.com/unifi/8.5.6/unifi_sysvinit_all.deb" > /tmp/unifi.deb \
\
&& dpkg --install /tmp/unifi.deb \
&& apt-get clean \
Expand Down

0 comments on commit f389d5d

Please sign in to comment.