Use prerelease - another try
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline failed

This commit is contained in:
Florian Eitel 2023-09-16 19:27:18 +02:00
parent 838cb47be2
commit f23f953620
Signed by: flo
GPG Key ID: 9987EAFEF6F686BB

View File

@ -1,5 +1,6 @@
# pre release version to fix USG DNS https://community.ui.com/releases/UniFi-Network-Application-7-5-176/7f7680e3-cc36-4a05-8502-38bb774384f9
ARG PKGURL=https://dl.ui.com/unifi/7.5.176-1136930355/unifi_sysvinit_all.deb
FROM jacobalberty/unifi:latest FROM jacobalberty/unifi:latest
# pre release version to fix USG DNS https://community.ui.com/releases/UniFi-Network-Application-7-5-176/7f7680e3-cc36-4a05-8502-38bb774384f9
RUN curl -L -o ./unifi.deb "https://dl.ui.com/unifi/7.5.176-1136930355/unifi_sysvinit_all.deb" && apt -qy install ./unifi.deb && rm -f ./unifi.deb
HEALTHCHECK NONE HEALTHCHECK NONE