Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit 740f4c5

Browse files
committed
Changed download URL to match new domain name
Unifi has moved to the ui.com domain and https
1 parent 418c199 commit 740f4c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN \
3232
fi && \
3333
curl -o \
3434
/tmp/unifi.deb -L \
35-
"http://dl.ubnt.com/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" && \
35+
"https://dl.ui.com/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" && \
3636
dpkg -i /tmp/unifi.deb && \
3737
echo "**** cleanup ****" && \
3838
apt-get clean && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN \
3232
fi && \
3333
curl -o \
3434
/tmp/unifi.deb -L \
35-
"http://dl.ubnt.com/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" && \
35+
"https://dl.ui.com/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" && \
3636
dpkg -i /tmp/unifi.deb && \
3737
echo "**** cleanup ****" && \
3838
apt-get clean && \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN \
2929
fi && \
3030
curl -o \
3131
/tmp/unifi.deb -L \
32-
"http://dl.ubnt.com/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" && \
32+
"https://dl.ui.com/unifi/${UNIFI_VERSION}/unifi_sysvinit_all.deb" && \
3333
dpkg -i /tmp/unifi.deb && \
3434
echo "**** cleanup ****" && \
3535
apt-get clean && \

0 commit comments

Comments
 (0)