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

Commit be2a556

Browse files
committed
Repo Change
Unifi repo change from unifi5 to stable
1 parent a380dfb commit be2a556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG DEBIAN_FRONTEND="noninteractive"
1010

1111
# install packages
1212
RUN \
13-
echo "deb http://www.ubnt.com/downloads/unifi/debian unifi5 ubiquiti" >> /etc/apt/sources.list && \
13+
echo "deb http://www.ubnt.com/downloads/unifi/debian stable ubiquiti" >> /etc/apt/sources.list && \
1414
apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50 && \
1515
apt-get update && \
1616
apt-get install -y \

0 commit comments

Comments
 (0)